From fb4b64a33aa0a2a070f2c1cef0738718b1b45a99 Mon Sep 17 00:00:00 2001 From: Joonatan Saarhelo Date: Fri, 15 Sep 2023 20:53:44 +0300 Subject: [PATCH] target vm 1.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8cb2b970..08129999 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -zkevm_opcode_defs = { git = "https://github.com/matter-labs/zkevm_opcode_defs.git", branch = "v1.3.2" } +zkevm_opcode_defs = { git = "https://github.com/matter-labs/zkevm_opcode_defs.git", branch = "v1.4.1" } u256 = { package = "primitive-types", version = "0.12.1" } enum_dispatch = "0.3" arbitrary = { version = "1", features = ["derive"] }