Skip to content

Commit

Permalink
include alloy-primitives std feature (bluealloy#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyke-bot authored Oct 10, 2023
1 parent 41987aa commit 2028342
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@ hex = "0.4"

[features]
default = ["std", "c-kzg"]
std = ["alloy-rlp/std", "hex/std", "bitvec/std", "bitflags/std"]
std = [
"alloy-primitives/std",
"alloy-rlp/std",
"hex/std",
"bitvec/std",
"bitflags/std",
]
serde = [
"dep:serde",
"alloy-primitives/serde",
Expand Down

0 comments on commit 2028342

Please sign in to comment.