Skip to content

Commit ba18980

Browse files
committed
Depend on the puiblished commit of crypto-bigint
1 parent 9471d2e commit ba18980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ categories = ["cryptography", "no-std"]
1010
rust-version = "1.73"
1111

1212
[dependencies]
13-
crypto-bigint = { version = "0.6.0-pre.6", default-features = false, features = ["rand_core"] }
13+
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint", default-features = false, features = ["rand_core"], rev = "553e72ec77485c1350b5282ce611d4cca4656ec2" }
1414
rand_core = { version = "0.6.4", default-features = false }
1515
openssl = { version = "0.10.39", optional = true, features = ["vendored"] }
1616
rug = { version = "1.18", default-features = false, features = ["integer"], optional = true }
1717

1818
[dev-dependencies]
1919
# need `crypto-bigint` with `alloc` to test `BoxedUint`
20-
crypto-bigint = { version = "0.6.0-pre.6", default-features = false, features = ["alloc"] }
20+
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint", default-features = false, features = ["alloc"], rev = "553e72ec77485c1350b5282ce611d4cca4656ec2" }
2121
rand_chacha = "0.3"
2222
criterion = { version = "0.4", features = ["html_reports"] }
2323
num-modular = { version = "0.5", features = ["num-bigint"] }

0 commit comments

Comments
 (0)