Skip to content

Commit

Permalink
fix: use no default features for once_cell
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOLAND committed Aug 23, 2024
1 parent 41f8898 commit de4a58d
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 @@ -16,7 +16,7 @@ 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 = "1.19.0"
once_cell = { version = "1.19.0", default-features = false }
bls12_381 = "0.8.0"

[features]
Expand Down

0 comments on commit de4a58d

Please sign in to comment.