Skip to content

Commit

Permalink
std feature
Browse files Browse the repository at this point in the history
  • Loading branch information
z-tech committed Jul 25, 2024
1 parent 2711204 commit be1e41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ark-serialize = { version = "0.4", default-features = false }
ark-test-curves = { version = "0.4", default-features = false, features = ["bls12_381_curve"] }
itertools = { version = "0.13.0", default-features = false }
spin = { version = "0.9.8", default-features = false, features = ["once", "mutex", "spin_mutex"] }
hashbrown = "0.14.5"
hashbrown = { version = "0.14.5" }

[features]
default = ["std"]
Expand Down

0 comments on commit be1e41b

Please sign in to comment.