Skip to content

Commit

Permalink
bump num-bigint
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Feb 18, 2022
1 parent a736919 commit 138c2d9
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 @@ -13,7 +13,7 @@ readme = "README.md"
rust-version = "1.56"

[dependencies]
num-bigint = { version = "0.7.0", features = ["i128", "u64_digit", "prime", "zeroize"], default-features = false, package = "num-bigint-dig" }
num-bigint = { version = "0.8.0", features = ["i128", "u64_digit", "prime", "zeroize"], default-features = false, package = "num-bigint-dig" }
num-traits = { version= "0.2.9", default-features = false, features = ["libm"] }
num-integer = { version = "0.1.39", default-features = false }
num-iter = { version = "0.1.37", default-features = false }
Expand Down

0 comments on commit 138c2d9

Please sign in to comment.