Skip to content

Commit

Permalink
fix: enable race and alloc for once_cell
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOLAND committed Aug 23, 2024
1 parent de4a58d commit 89ac78e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ serde = { version = "1.0", optional = true, default-features = false, features =
glob = "0.3.1"
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
serde_yaml = { version = "0.9", optional = true }
once_cell = { version = "1.19.0", default-features = false }
once_cell = { version = "1.19.0", default-features = false, features = [
"race",
"alloc",
] }
bls12_381 = "0.8.0"

[features]
Expand Down

0 comments on commit 89ac78e

Please sign in to comment.