Skip to content

Commit 8142057

Browse files
feat: update zk_evm crates to 0.153.0 (#90)
1 parent 7acde5e commit 8142057

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ primitive-types = "0.12.1"
3030
proptest = "1.4"
3131

3232
# "Internal" dependencies
33-
zkevm_opcode_defs = "0.152.0"
34-
zk_evm_abstractions = "0.152.0"
35-
zk_evm = "0.152.0"
33+
zkevm_opcode_defs = "0.153.0"
34+
zk_evm_abstractions = "0.153.0"
35+
zk_evm = "0.153.0"
3636

3737
# Dependencies within the workspace
3838
zksync_vm2_interface = { version = "=0.4.0", path = "crates/vm2-interface" }

crates/vm2/src/stack.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ pub(crate) struct StackSnapshot {
9696
slots: Box<[U256]>,
9797
}
9898

99+
#[allow(clippy::borrow_as_ptr)]
99100
impl Clone for Box<Stack> {
100101
fn clone(&self) -> Self {
101102
unsafe {

0 commit comments

Comments
 (0)