We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbebd87 commit 3ea4eaeCopy full SHA for 3ea4eae
Cargo.toml
@@ -25,7 +25,7 @@ num-traits = "0.2"
25
polynomial = { version = "0.2.5", features = ["serde"] }
26
primitive-types = "0.12"
27
rand_core = "0.6"
28
-p256k1 = { version = "5.4", default-features = false, git = "https://github.com/jcnelson/p256k1" }
+p256k1 = "5.5"
29
serde = { version = "1.0", features = ["derive"] }
30
sha2 = "0.10"
31
thiserror = "1.0"
0 commit comments