howardwu / wagyu

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

Wagyu build fails #282

Open jocelynthode opened 1 year ago

jocelynthode commented 1 year ago

Hi @howardwu,

When trying to run cargo install wagyu I'm hit with the following:

    Updating crates.io index
  Downloaded wagyu v0.6.3
  Downloaded 1 crate (48.9 KB) in 0.48s
  Installing wagyu v0.6.3
error: failed to compile `wagyu v0.6.3`, intermediate artifacts can be found at `/run/user/1000/cargo-installoftX6F`

Caused by:
  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`

Not sure if I'm doing something wrong or the app needs some update.

aryzing commented 1 year ago

Was happening for me too. Opted to follow the "build from source" instructions, which is only a few commands more and works just fine

DylanCkawalec commented 5 months ago

still reporting back as a failed build, even from source.

howardwu commented 5 months ago

Thanks Dylan for reporting this, it looks like we need to bump this up. If anyone is open to bumping versions and updating interfaces, I'd be happy to take a look at it.