Skip to content

Commit

Permalink
move rand feature of secp256k1 into dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasblummer committed Aug 22, 2019
1 parent d91fa99 commit 14e61df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ byteorder = "1.2"
bitcoin_hashes = "0.7"
bitcoinconsensus = { version = "0.17", optional = true }
serde = { version = "1", optional = true }
secp256k1 = { version = "0.15", features = ["rand"] }
secp256k1 = { version = "0.15" }
hex = {version="=0.3.2"}

[dev-dependencies]
serde_derive = "<1.0.99"
serde_json = "1"
serde_test = "1"
secp256k1 = { version = "0.15", features = ["rand"] }

0 comments on commit 14e61df

Please sign in to comment.