Skip to content

Commit

Permalink
use fixed version of bigint for stability
Browse files Browse the repository at this point in the history
  • Loading branch information
trbritt committed Aug 2, 2024
1 parent 19e0d15 commit b18b8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ edition = "2021"
hex-literal = "0.4.1"
num-traits = "0.2.19"
subtle = "2.6.1"
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint.git", features = ["rand_core"]}
crypto-bigint = "0.6.0-rc.2"
sha3 = "0.11.0-pre.4"

[lib]
Expand Down

0 comments on commit b18b8a0

Please sign in to comment.