Merge pull request #431 from sgeisler/2020-06-01-ruy-compat

Fix ruy rust 1.22 inccompatibility
This commit is contained in:
Andrew Poelstra 2020-06-29 12:51:17 +00:00 committed by GitHub
commit 4af18729b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -34,3 +34,5 @@ serde_derive = "<1.0.99"
serde_json = "<1.0.45"
serde_test = "1"
secp256k1 = { version = "0.17.1", features = ["rand-std"] }
# We need to pin ryu (transitive dep from serde_json) to stay compatible with Rust 1.22.0
ryu = "<1.0.5"