From 37759af74f78b003c6b9df1ee4da6448b0de4ab2 Mon Sep 17 00:00:00 2001 From: Haaai <55118568+Liuhaai@users.noreply.github.com> Date: Wed, 8 Nov 2023 06:31:16 -0800 Subject: [PATCH] bump revm to 3.5.0 and disable default features (#52) --- snark-verifier/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snark-verifier/Cargo.toml b/snark-verifier/Cargo.toml index 2777f66c..962a57e0 100644 --- a/snark-verifier/Cargo.toml +++ b/snark-verifier/Cargo.toml @@ -21,7 +21,7 @@ halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2", # loader_evm sha3 = { version = "0.10", optional = true } -revm = { version = "3.3.0", optional = true } +revm = { version = "3.5.0", optional = true, default-features = false } # loader_halo2 halo2_wrong_ecc = { git = "https://github.com/privacy-scaling-explorations/halo2wrong", tag = "v2023_04_20", package = "ecc", optional = true }