wizardsardine / async-hwi

⚠️ The interface is not finalized 🚧 and currently specific to our needs with Liana
BSD 3-Clause "New" or "Revised" License
28 stars 17 forks source link

Update bitcoin dependency to 0.30 #38

Closed wszdexdrf closed 1 year ago

wszdexdrf commented 1 year ago

rust-bitcoin 0.30.0 introduced many changes, including but not limited to moving stuff out of util. 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/

prusnak commented 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).

edouardparis commented 1 year ago

Noted, thank you both of you for the ping !