From fefe89d09d3c8fd6e974990466b2fe682ae5bf0d Mon Sep 17 00:00:00 2001 From: Nikolai Golub Date: Tue, 6 Aug 2024 12:54:30 +0200 Subject: [PATCH] Untouch it --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad0ca1ceca27..b4b3c096da3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -392,7 +392,7 @@ revm-primitives = { version = "7.1.0", features = [ # eth alloy-chains = "0.1.18" -alloy-dyn-abi = { version = "0.7.2" } +alloy-dyn-abi = "0.7.2" alloy-primitives = { version = "0.7.2", default-features = false } alloy-rlp = "0.3.4" alloy-sol-types = "0.7.2"