Skip to content

Commit 715a04c

Browse files
committed
fix: Update alloy to v0.3.2
Fixes a build issue with v0.3.1 and the rest of our dependencies. The previous PR didn't update in all the Cargo.toml files, and in particular not in core. Signed-off-by: Alexis Asseman <[email protected]>
1 parent 1a837b6 commit 715a04c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tap_core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ ethers-core = "2.0.0"
1717
ethers-contract = "2.0.0"
1818
ethers-contract-derive = "2.0.0"
1919
anyhow = "1"
20-
alloy-sol-types = { version = "0.3.1", features = ["eip712-serde"]}
21-
alloy-primitives = { version = "0.3.1", features = ["serde"]}
20+
alloy-sol-types = { version = "0.3.2", features = ["eip712-serde"]}
21+
alloy-primitives = { version = "0.3.2", features = ["serde"]}
2222

2323
strum = "0.24.1"
2424
strum_macros = "0.24.3"

tap_integration_tests/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ futures = "0.3.28"
1919
anyhow = "1.0.71"
2020
tokio = "1.28.2"
2121
prometheus = "0.13.3"
22-
alloy-sol-types = { version = "0.3.1", features = ["eip712-serde"]}
23-
alloy-primitives = { version = "0.3.1", features = ["serde"]}
22+
alloy-sol-types = { version = "0.3.2", features = ["eip712-serde"]}
23+
alloy-primitives = { version = "0.3.2", features = ["serde"]}
2424

2525
[[test]]
2626
name = "integration_tests"

0 commit comments

Comments
 (0)