You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ds@server:/fast/nano-vanity$ cargo install nano-vanity
Updating crates.io index
Installing nano-vanity v0.4.11
error: failed to compile `nano-vanity v0.4.11`, intermediate artifacts can be found at `/tmp/cargo-installrJGv9f`
Caused by:
failed to select a version for the requirement `crypto-mac = "^0.5"`
candidate versions found which didn't match: 0.11.1, 0.11.0, 0.10.1, ...
location searched: crates.io index
required by package `blake2 v0.7.0`
... which is depended on by `nano-vanity v0.4.11`
ds@server:/fast/nano-vanity$ cargo install --path .
Installing nano-vanity v0.4.11 (/fast/nano-vanity)
Updating crates.io index
error: failed to compile `nano-vanity v0.4.11 (/fast/nano-vanity)`, intermediate artifacts can be found at `/fast/nano-vanity/target`
Caused by:
failed to select a version for the requirement `crypto-mac = "^0.5"`
candidate versions found which didn't match: 0.11.1, 0.11.0, 0.10.1, ...
location searched: crates.io index
required by package `blake2 v0.7.0`
... which is depended on by `nano-vanity v0.4.11 (/fast/nano-vanity)`
The text was updated successfully, but these errors were encountered:
It looks like they have yanked crypto-mac 0.5 which blake2 0.7 relies on.
Changing blake2 to a more modern version doesn't work though unfortunately as the functions have changed. This affects deriviation.rs. I also don't have enough rust experience to fix this, but perhaps this debugging info will make things quicker for @PlasmaPower
Given that cogciprocate/ocl#203 still exists, I'm not certain how maintainable this project is anyways, but I'll go ahead and fix it as I have experience upgrading digest versions
Hi PlasmaPower, still fails... in Ubuntu 20.04 can not build... paste error here:
error: failed to select a version for the requirement crypto-mac = "^0.7.0"
candidate versions found which didn't match: 0.11.1, 0.11.0, 0.10.1, ...
location searched: crates.io index
required by package blake3 v0.2.1
... which is depended on by pkgar v0.1.6 (~/redox-os/cookbook/pkgar)
I cannot build on ubutnu-20.04. Any ideas? I don't have any rust experience.
git sha: 8bc189f
The text was updated successfully, but these errors were encountered: