Skip to content

Commit

Permalink
bump revm to 3.5.0 and disable default features (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liuhaai authored Nov 8, 2023
1 parent 29dad32 commit 37759af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snark-verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 37759af

Please sign in to comment.