Skip to content

Commit

Permalink
Add Serde as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ass3rt committed Mar 27, 2022
1 parent f18c42c commit 580650f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -45,6 +45,7 @@ serde = { version = "1", default-features = false, features = [ "derive" ], opti
hashbrown = { version = "0.8", optional = true }

[dev-dependencies]
serde = "1"
serde_json = "<1.0.45"
serde_test = "1"
secp256k1 = { version = "0.22.0", features = [ "recovery", "rand-std" ] }
Expand Down

0 comments on commit 580650f

Please sign in to comment.