Closed wszdexdrf closed 1 year ago
@edouardparis Hi! Trezor rust crate is using rust-bitcoin 0.30.0, but your code is stuck on 0.29.0. It would help us tremendously with Trezor integration if you bumped your dependency to the latest (0.30.0).
Noted, thank you both of you for the ping !
rust-bitcoin 0.30.0
introduced many changes, including but not limited to moving stuff out ofutil
. The dependency for this crate needs to be updated to reflect the changes.Resources: https://github.com/rust-bitcoin/rust-bitcoin/blob/master/bitcoin/CHANGELOG.md https://rust-bitcoin.org/blog/release-0.30.0/