howardwu / wagyu

A Rust library for generating cryptocurrency wallets
https://wagyu.dev
Apache License 2.0
608 stars 108 forks source link

I got the following issue when using wagyu with yew.rs #283

Open spoofer7789 opened 1 year ago

spoofer7789 commented 1 year ago

Caused by: 0: error getting cargo metadata 1: cargo metadata exited with an error: Updating crates.io index error: failed to select a version for the requirement aes = "^0.2" candidate versions found which didn't match: 0.8.2, 0.8.1, 0.8.0, ... location searched: crates.io index required by package wagyu-zcash v0.6.3 ... which satisfies dependency wagyu-zcash = "^0.6.3" of package wagyu v0.6.3 ... which satisfies dependency wagyu = "^0.6.3" of package frontend v0.1.0 (/home/developer/Desktop/Folkseconomy/prototype-12/folkseconomy/frontend)

Sajjon commented 8 months ago

I get this too