Skip to content

Commit

Permalink
bump secp256k1 dependency to 0.29
Browse files Browse the repository at this point in the history
Fixes #79
  • Loading branch information
apoelstra committed Jun 10, 2024
1 parent 57f511d commit 9857edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rand = ["actual-rand", "secp256k1/rand"]
[dependencies]
actual-serde = { package = "serde", version = "1.0", default-features = false, optional = true }
actual-rand = { package = "rand", version = "0.8", default-features = false, optional = true }
secp256k1 = "0.28.0"
secp256k1 = "0.29.0"
secp256k1-zkp-sys = { version = "0.9.0", default-features = false, path = "./secp256k1-zkp-sys" }
internals = { package = "bitcoin-private", version = "0.1.0" }

Expand Down
2 changes: 1 addition & 1 deletion secp256k1-zkp-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ features = [ "recovery", "lowmemory" ]
cc = "1.0.28"

[dependencies]
secp256k1-sys = "0.9.0"
secp256k1-sys = "0.10.0"

[features]
default = ["std"]
Expand Down

0 comments on commit 9857edd

Please sign in to comment.