mimblewimble / grin-wallet

Grin Wallet
Apache License 2.0
182 stars 133 forks source link

Fix build error with Rust 1.71.0 #684

Closed quentinlesceller closed 1 year ago

quentinlesceller commented 1 year ago

As titled. Fixes https://github.com/mimblewimble/grin-wallet/issues/683.

yeastplume commented 1 year ago

There is a genuine test error here with a windows-specific crate, I'm going to merge this as-is and handle that one in a separate PR.

quentinlesceller commented 1 year ago

Found this while googling. https://stackoverflow.com/questions/76173195/my-rust-project-is-broken-all-of-the-sudden. Our Tokio stack is quite old (0.2) compared to the current version 1.29.

chenrui333 commented 1 year ago

any plan to roll this out to a new release?