Skip to content

Commit

Permalink
chore: bump secp256k1 to 0.29 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Jun 17, 2024
1 parent 4e56f1c commit 855a4f9
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 @@ -23,13 +23,13 @@ sha3 = "0.10"
k256 = { version = "0.13", features = ["ecdsa"], optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
ed25519-dalek = { version = "2.1.1", optional = true, features = ["rand_core"] }
secp256k1 = { version = "0.28", optional = true, default-features = false, features = [
secp256k1 = { version = "0.29", optional = true, default-features = false, features = [
"global-context",
] }

[dev-dependencies]
alloy-rlp = { version = "0.3.4", features = ["derive"] }
secp256k1 = { version = "0.28", features = ["rand-std"] }
secp256k1 = { version = "0.29", features = ["rand-std"] }
serde_json = "1.0"

[features]
Expand Down

0 comments on commit 855a4f9

Please sign in to comment.