Fix #430: ruy rust 1.22 inccompatibility
This commit is contained in:
parent
f4e26caa94
commit
139fc02592
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue