Skip to content

Commit

Permalink
get alloy versions in agreement again
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlott committed Jan 7, 2025
1 parent 98aad6c commit 2128a9c
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 @@ -11,7 +11,7 @@ repository = "https://github.com/init4tech/zenith"
license = "AGPL-3.0"

[dependencies]
alloy = { version = "0.9", features = ["full", "json-rpc", "signer-aws", "rpc-types-mev"] }
alloy = { version = "=0.7.3", features = ["full", "json-rpc", "signer-aws", "rpc-types-mev"] }
alloy-primitives = { version = "0.8.11", features = ["serde", "tiny-keccak"] }
alloy-sol-types = { version = "0.8.11", features = ["json"] }
alloy-rlp = { version = "0.3.4" }
Expand Down

0 comments on commit 2128a9c

Please # to comment.