paritytech / libsecp256k1

Pure Rust Implementation of secp256k1.
Apache License 2.0
177 stars 87 forks source link

Bump `rand` #24

Closed expenses closed 4 years ago

expenses commented 4 years ago

Version 0.6 of rand does not work on wasm32-wasi, so we need to update it if we want to support that target.

sorpaas commented 4 years ago

v0.3.3 is published.