Skip to content

Commit

Permalink
fix: Update rug & enable std feature
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Feb 14, 2024
1 parent 92dc8cd commit 80b90f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wnfs-nameaccumulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ num-integer = "0.1.45"
num-traits = "0.2.15"
once_cell = "1.0"
rand_core = "0.6"
rug = { version = "1.22", optional = true, default-features = false, features = ["rand", "integer", "num-traits"] }
rug = { version = "1.24", optional = true, default-features = false, features = ["std", "rand", "integer", "num-traits"] }
serde = { version = "1.0", features = ["rc"] }
serde_bytes = "0.11.9"
thiserror = "1.0"
Expand Down

0 comments on commit 80b90f3

Please sign in to comment.