Skip to content

Commit dbebd87

Browse files
committed
Merge branch 'main' of https://github.com/jcnelson/wsts
2 parents 1d1e13c + eed9ccb commit dbebd87

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ categories = ["cryptography"]
1212

1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

15+
[features]
16+
default = ["with_p256k1_bindgen"]
17+
with_p256k1_bindgen = ["p256k1/with_bindgen"]
18+
1519
[dependencies]
1620
aes-gcm = "0.10"
1721
bs58 = "0.5"
@@ -21,7 +25,7 @@ num-traits = "0.2"
2125
polynomial = { version = "0.2.5", features = ["serde"] }
2226
primitive-types = "0.12"
2327
rand_core = "0.6"
24-
p256k1 = "5.4"
28+
p256k1 = { version = "5.4", default-features = false, git = "https://github.com/jcnelson/p256k1" }
2529
serde = { version = "1.0", features = ["derive"] }
2630
sha2 = "0.10"
2731
thiserror = "1.0"

0 commit comments

Comments
 (0)