Merge pull request #398 from elichai/2020-01-json

Yet another MSRV breaking change
This commit is contained in:
Andrew Poelstra 2020-01-23 15:20:42 +00:00 committed by GitHub
commit bf6828c47f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ hex = { version = "=0.3.2", optional = true }
[dev-dependencies]
hex = "=0.3.2"
serde_derive = "<1.0.99"
serde_json = "1"
serde_json = "<1.0.45"
serde_test = "1"
secp256k1 = { version = "0.17.1", features = ["rand-std"] }