rust-bitcoin-unsafe-fast/bitcoin
Tobin C. Harding 761de886be
Remove imports of TryFrom and TryInto
Now that MSRV is Rust 1.56.1 we no longer need to explicitly import
`TryFrom` and `TryInto`.

No clue why clippy didn't find these for us.
2023-11-24 03:52:05 +11:00
..
contrib hashes: Bump version to 0.13.0 2023-08-24 12:25:42 +10:00
embedded Update to edition 2021 2023-11-23 06:20:03 +11:00
examples Use Message::from_digest 2023-10-11 08:16:25 +11:00
src Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
tests Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
CHANGELOG.md Bump MSRV to Rust version 1.56.1 2023-11-23 06:20:02 +11:00
Cargo.toml Add rust-version to the workspace manifests 2023-11-23 06:20:04 +11:00
build.rs Bump MSRV to Rust version 1.56.1 2023-11-23 06:20:02 +11:00