Skip to content

Commit

Permalink
Degrade num-traits crate (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-lj authored Feb 12, 2024
1 parent 9b2f5c2 commit e833047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastcrypto-vdf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/MystenLabs/fastcrypto"
[dependencies]
fastcrypto = { path = "../fastcrypto" }
num-bigint = "0.4.4"
num-traits = "0.2.17"
num-traits = "0.2.16"
num-integer = "0.1.45"
num-prime = { version = "0.4.3", features = ["big-int"] }
rand = "0.8.5"
Expand Down

0 comments on commit e833047

Please sign in to comment.