solana/frozen-abi
Michal Rostecki e74d5ccca3
hash: Use `finalize().into()` instead of `try_into()` for hash results (#35300)
`sha2` and `sha3` crates already moved to `generic-array` 0.14.7,
which means that we can safely convert the hash result to a sized
array just by calling `finalize().into()`, which doesn't return
any errors.
2024-02-23 19:31:32 -07:00
..
macro `cargo fmt` using 1.6.0-nightly (#32390) 2023-07-06 20:45:29 -07:00
src hash: Use `finalize().into()` instead of `try_into()` for hash results (#35300) 2024-02-23 19:31:32 -07:00
Cargo.toml Removes copying owner when serializing Account (#35118) 2024-02-20 10:16:46 -05:00
build.rs