Fix #430: ruy rust 1.22 inccompatibility

This commit is contained in:
Sebastian Geisler 2020-06-01 14:44:39 +02:00
parent f4e26caa94
commit 139fc02592
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"