Skip to content

Commit

Permalink
Bump secp256k1 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 authored Feb 15, 2023
1 parent f4b9771 commit 8a798b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ sha3 = "0.10"
k256 = { version = "0.11", features = ["ecdsa"], optional = true }
serde = { version = "1.0.110", optional = true }
ed25519-dalek = { version = "1.0.0-pre.4", optional = true }
secp256k1 = { version = "0.24", optional = true, default-features = false, features = [
secp256k1 = { version = "0.26", optional = true, default-features = false, features = [
"global-context",
] }

[dev-dependencies]
rand_07 = { package = "rand", version = "0.7" }
secp256k1 = { features = ["rand-std"], version = "0.24" }
secp256k1 = { features = ["rand-std"], version = "0.26" }

[features]
default = ["serde", "k256"]
Expand Down

0 comments on commit 8a798b8

Please sign in to comment.