diff --git a/Cargo.lock b/Cargo.lock index 0c02fe7ec..dc0c20b59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6723,19 +6723,3 @@ dependencies = [ "syn 1.0.29", "synstructure", ] - -[[patch.unused]] -name = "evm" -version = "0.16.1" - -[[patch.unused]] -name = "evm-core" -version = "0.16.1" - -[[patch.unused]] -name = "evm-gasometer" -version = "0.16.1" - -[[patch.unused]] -name = "evm-runtime" -version = "0.16.1" diff --git a/Cargo.toml b/Cargo.toml index 42a03dc9f..7d921631b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,3 @@ exclude = ["vendor"] [patch.crates-io] ethereum = { path = "vendor/ethereum" } -evm = { path = "vendor/evm" } -evm-core = { path = "vendor/evm/core" } -evm-gasometer = { path = "vendor/evm/gasometer" } -evm-runtime = { path = "vendor/evm/runtime" } diff --git a/vendor/evm b/vendor/evm index b2e84ff18..84013f3ea 160000 --- a/vendor/evm +++ b/vendor/evm @@ -1 +1 @@ -Subproject commit b2e84ff18b66ac14d1c15adf71baca33fa1e1b6a +Subproject commit 84013f3ea23e436541f409c717134dd1536143de