Skip to content

Commit

Permalink
ibig is an optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
birchmd committed Aug 2, 2023
1 parent 81f2dbc commit 93d0574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions engine-modexp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ autobenches = false
[dependencies]
hex.workspace = true
num.workspace = true
ibig.workspace = true
ibig = { workspace = true, optional = true }

[features]
default = ["std"]
std = ["num/std", "ibig/std", "hex/std"]
bench = []
std = ["num/std", "hex/std"]
bench = ["ibig"]

0 comments on commit 93d0574

Please sign in to comment.