BitBoxSwiss / bitbox02-firmware

Firmware code of the BitBox02 hardware wallet
https://bitbox.swiss/bitbox02
Apache License 2.0
215 stars 80 forks source link

rust: inherit deps from the workspace to keep versions in sync #1217

Closed benma closed 1 month ago

benma commented 1 month ago

Specify the dep and its version only once.

https://doc.rust-lang.org/cargo/reference/workspaces.html#the-dependencies-table

benma commented 1 month ago

Merged as part of another PR, closing this.