Skip to content

Commit

Permalink
Depend on the puiblished commit of crypto-bigint
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Dec 29, 2023
1 parent 9471d2e commit ba18980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ categories = ["cryptography", "no-std"]
rust-version = "1.73"

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

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

0 comments on commit ba18980

Please sign in to comment.