Skip to content

Commit

Permalink
feat: re-export rayon feature (#827)
Browse files Browse the repository at this point in the history
* re-export rayon feature

* re-export rayon feature
  • Loading branch information
lightsing authored Dec 23, 2024
1 parent 6b0c17b commit f8d55dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ map-fxhash = ["alloy-primitives/map-fxhash"]

getrandom = ["alloy-primitives/getrandom"]
rand = ["alloy-primitives/rand"]
rayon = ["alloy-primitives/rayon"]
rlp = ["alloy-primitives/rlp", "dep:alloy-rlp"]
serde = ["alloy-primitives/serde"]
k256 = ["alloy-primitives/k256"]
Expand Down
1 change: 1 addition & 0 deletions crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ map-fxhash = ["map", "dep:rustc-hash"]
getrandom = ["dep:getrandom"]
k256 = ["dep:k256"]
rand = ["dep:rand", "getrandom", "ruint/rand", "rustc-hash?/rand"]
rayon = ["hashbrown?/rayon", "indexmap?/rayon"]
rlp = ["dep:alloy-rlp", "ruint/alloy-rlp"]
serde = [
"dep:serde",
Expand Down

0 comments on commit f8d55dd

Please sign in to comment.