Skip to content

Commit

Permalink
switch to public opcode defs
Browse files Browse the repository at this point in the history
  • Loading branch information
joonazan committed Oct 16, 2023
1 parent fb4b64a commit 7865959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1" }
zkevm_opcode_defs = { git = "https://github.com/matter-labs/era-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"] }
Expand Down

0 comments on commit 7865959

Please sign in to comment.