ETCDEVTeam / libsecp256k1-rs

Pure Rust Implementation of secp256k1.
Apache License 2.0
12 stars 8 forks source link

C version of secp256k1-test breaks the CI dependency graph #3

Open sorpaas opened 6 years ago

sorpaas commented 6 years ago

secp256k1-test relies on rand v0.3 but libsecp256k1-rs uses rand v0.4. Hence the CI error.