Skip to content

Commit

Permalink
try fixing rug compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Aug 10, 2024
1 parent 467fac5 commit 7e09e22
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion uint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ criterion = "0.5.1"
num-bigint = "0.4.0"

[target.'cfg(all(unix, target_arch = "x86_64"))'.dev-dependencies]
rug = { version = "1.6.0", default-features = false, features = ["integer"] }
rug = { version = "1.6.0", default-features = false, features = [
"integer",
"std",
] }

[[bench]]
name = "bigint"
Expand Down

0 comments on commit 7e09e22

Please sign in to comment.