Skip to content

Commit

Permalink
Merge pull request #47 from Foundation-Devices/jeandudey/sft-4440-upd…
Browse files Browse the repository at this point in the history
…ate-secp256k1-to-030-in-foundation-rs

SFT-4440: Update secp256k1 to 0.30.
  • Loading branch information
jeandudey authored Nov 20, 2024
2 parents 9f2b35b + b6a8a78 commit d34abaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ nom = { version = "7", default-features = false }
phf = { version = "0.11", features = ["macros"], default-features = false }
rand_xoshiro = "0.6"
rustversion = "1.0"
secp256k1 = { version = "0.29", default-features = false }
secp256k1 = { version = "0.30", default-features = false }
serde = { version = "1.0.156", features = ["derive"], default-features = false }
serde_json = "1"
serde-json-core = { version = "0.6.0" }
Expand Down

0 comments on commit d34abaa

Please sign in to comment.