Skip to content

Commit

Permalink
num-prime => '0.4.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Oct 15, 2024
1 parent 1781c3e commit 6028953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ nix = { version = "0.29", default-features = false }
nom = "7.1.3"
notify = { version = "=6.0.1", features = ["macos_kqueue"] }
num-bigint = "0.4.4"
num-prime = "0.4.3"
num-prime = "0.4.4"
num-traits = "0.2.19"
number_prefix = "0.4"
once_cell = "1.19.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/benches/factor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ criterion = "0.3"
rand = "0.8"
rand_chacha = "0.3.1"
num-bigint = "0.4.4"
num-prime = "0.4.3"
num-prime = "0.4.4"
num-traits = "0.2.18"


Expand Down

0 comments on commit 6028953

Please sign in to comment.