From 5622ad5c6f221999d17982b95f7754cbd0493313 Mon Sep 17 00:00:00 2001 From: rakita Date: Mon, 12 Feb 2024 14:33:35 +0100 Subject: [PATCH] chore: bump revm v5.0 (#29) bump revm --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c5c862c5..33c091ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,10 +26,8 @@ alloy-primitives = "0.6" alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "098ad56" } alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", rev = "098ad56" } -# revm = "4.0" -revm = { git = "https://github.com/bluealloy/revm", branch = "main", default-features = false, features = [ - "std", -] } +# revm +revm = { version = "5.0", default-features = false, features = ["std"] } # js-tracing-inspector boa_engine = { version = "0.17", optional = true }