diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 8ab8c88d..6ed17b8e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -60,7 +60,7 @@ jobs: | cut -f 1) # Use the commit hash to update the rev in Cargo.toml - sed -i 's/\(alloy = { git = "https:\/\/github.com\/alloy-rs\/alloy", rev = "\)[^"]*/\1'"$latest_alloy_commit"'/' \ + sed -i '/alloy = { version = "0.1", features = \[/,/\] }/s/alloy = { version = "0.1",/alloy = { git = "https:\/\/github.com\/alloy-rs\/alloy", rev = "'"$latest_alloy_commit"'",/' \ Cargo.toml # Update to the latest commit diff --git a/Cargo.toml b/Cargo.toml index a421ed3d..8e0cfc9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ type_repetition_in_bounds = "allow" unnecessary_struct_initialization = "allow" [workspace.dependencies] -alloy = { git = "https://github.com/alloy-rs/alloy", rev = "ebad059", features = [ +alloy = { version = "0.1", features = [ "full", "node-bindings", "rpc-types-debug",