Skip to content

Commit 5e1c2b6

Browse files
authored
Bump num-modular to v0.6 (#522)
1 parent 90d7b0a commit 5e1c2b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ criterion = { version = "0.5", features = ["html_reports"] }
3434
hex-literal = "0.4"
3535
num-bigint = "0.4"
3636
num-integer = "0.1"
37-
num-modular = { version = "0.5", features = ["num-bigint"] }
37+
num-modular = { version = "0.6", features = ["num-bigint", "num-integer", "num-traits"] }
3838
proptest = "1"
3939
rand_core = { version = "0.6", features = ["std"] }
4040
rand_chacha = "0.3"

0 commit comments

Comments
 (0)