Skip to content

Commit 3ea4eae

Browse files
committed
chore: use p256k1 5.5
1 parent dbebd87 commit 3ea4eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ num-traits = "0.2"
2525
polynomial = { version = "0.2.5", features = ["serde"] }
2626
primitive-types = "0.12"
2727
rand_core = "0.6"
28-
p256k1 = { version = "5.4", default-features = false, git = "https://github.com/jcnelson/p256k1" }
28+
p256k1 = "5.5"
2929
serde = { version = "1.0", features = ["derive"] }
3030
sha2 = "0.10"
3131
thiserror = "1.0"

0 commit comments

Comments
 (0)