lovesh / signature-schemes

Rust library for BLS signatures, MuSig, PS signatures
Apache License 2.0
66 stars 20 forks source link

[compile errorr] zeroize version #18

Open xcshuan opened 3 years ago

xcshuan commented 3 years ago
error: failed to select a version for the requirement `zeroize = "^0.9.3"`
candidate versions found which didn't match: 1.3.0, 1.2.0, 1.1.1, ...

because all version < 1.0 of zeroize crate was removed, this crate (bls_amcl 0.7.0) cannot be compiled, should improve the version of secret_sharing to 0.2.0, and amcl_wrapper to 0.3.0, because their depend zeroize of version "^0.9.3".

PanosChtz commented 2 years ago

Any temporary workarounds to get past this?