Closed striezel closed 2 years ago
@newpavlov: Thanks for the attempted fix in #399. :+1:
Unfortunately, this issue is not fixed in whirlpool v0.10.3, the new release still contains a resolver = "2"
line in the generated Cargo.toml: https://docs.rs/crate/whirlpool/0.10.3/source/Cargo.toml
Error message is basically still the same as shown above, except with a newer version number.
The issues seems to be fixed by #401, i. e. in whirlpool
v0.10.4.
When trying to build a project that depends on
whirlpool
v0.10.2 with rustc 1.48, one gets error messages from cargo. This appears to be an instance of https://github.com/rust-lang/cargo/issues/10954, which means thewhirlpool
crate simply needs to be re-uploaded with stable cargo or a newer nightly cargo.The error message is: