Skip to content

Commit

Permalink
update alloy to 0.8.1 and alloy_core to 0.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
nick1udwig committed Dec 17, 2024
1 parent 9c441fe commit 0043b4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ license = "Apache-2.0"
logging = ["dep:color-eyre", "dep:tracing", "dep:tracing-error", "dep:tracing-subscriber"]

[dependencies]
alloy-primitives = "0.7.6"
alloy-sol-macro = "0.7.6"
alloy-sol-types = "0.7.6"
alloy = { version = "0.1.3", features = [
alloy-primitives = "0.8.15"
alloy-sol-macro = "0.8.15"
alloy-sol-types = "0.8.15"
alloy = { version = "0.8.1", features = [
"json-rpc",
"rpc-types",
] }
Expand Down

0 comments on commit 0043b4b

Please sign in to comment.