Skip to content

Commit

Permalink
Bump num-traits and num-bigint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Sep 26, 2023
1 parent a2bdbc9 commit 607705b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ lto = true
[dependencies]
hex = "=0.4.3"
lazy_static = "=1.4.0"
num-bigint = "=0.4.3"
num-traits = "=0.2.15"
num-bigint = "=0.4.4"
num-traits = "=0.2.16"
num-integer = "=0.1.45"
# the experimental feature enables hashing to curves
bls12_381 = { version = "=0.8.0", features = ["experimental"] }
Expand Down

0 comments on commit 607705b

Please sign in to comment.