Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Update secp256k1
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 committed Jun 24, 2022
1 parent a4b959d commit c635161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
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.22", optional = true, default-features = false, features = [
secp256k1 = { version = "0.23", optional = true, default-features = false, features = [
"global-context",
] }

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

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

0 comments on commit c635161

Please sign in to comment.