From 803260f672c36aa9c19308a5be2f5ebb6978e32f Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Fri, 9 Feb 2024 21:42:00 +0100 Subject: [PATCH] Revert "dep: lock alloy deps (#8)" This reverts commit 67ab6a0391a340be8eae7fa88bcfa7b2aaef1724. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 49936e97..4b1951bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,8 @@ rust.rust_2018_idioms = "deny" # eth alloy-sol-types = "0.6" alloy-primitives = "0.6" -alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "80206e7" } -alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", rev = "80206e7" } +alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy" } +alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy" } # revm = "4.0" revm = { git = "https://github.com/bluealloy/revm", branch = "main", default-features = false, features = [