Skip to content

Commit

Permalink
Add serde feature on alloy-primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
deuszx committed Jan 15, 2025
1 parent 7b5e459 commit b93dd87
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 @@ -102,7 +102,7 @@ insta = "1.36.1"
is-terminal = "0.4.12"
alloy = { version = "0.9.2", default-features = false }
alloy-signer-local = "0.9.2"
alloy-primitives = "0.8.18"
alloy-primitives = { version = "0.8.18", default-features = false, features = ["serde"] }
log = "0.4.21"
lru = "0.12.3"
linked-hash-map = "0.5.6"
Expand Down

0 comments on commit b93dd87

Please sign in to comment.