From b0781baa87d35fb94373ed18c94cc8a8dbeb0ace Mon Sep 17 00:00:00 2001 From: Robin Salen Date: Mon, 2 Dec 2024 19:14:30 -0500 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- evm_arithmetization/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2375e0ff3..970ea3082 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2020,7 +2020,7 @@ dependencies = [ [[package]] name = "evm_arithmetization" -version = "0.5.0" +version = "0.5.1" dependencies = [ "alloy", "alloy-compat", diff --git a/Cargo.toml b/Cargo.toml index 9759d859e..6314afb14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,7 +103,7 @@ url = "2.5.2" winnow = "0.6.13" # local dependencies -evm_arithmetization = { path = "evm_arithmetization", version = "0.5.0", default-features = false } +evm_arithmetization = { path = "evm_arithmetization", version = "0.5.1", default-features = false } mpt_trie = { path = "mpt_trie", version = "0.5.0" } smt_trie = { path = "smt_trie", version = "0.2.0" } trace_decoder = { path = "trace_decoder", version = "0.7.0", default-features = false } diff --git a/evm_arithmetization/Cargo.toml b/evm_arithmetization/Cargo.toml index 94bfa66b9..e571388a2 100644 --- a/evm_arithmetization/Cargo.toml +++ b/evm_arithmetization/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "evm_arithmetization" description = "Implementation of STARKs for the Ethereum Virtual Machine" -version = "0.5.0" +version = "0.5.1" authors = [ "Daniel Lubarov ", "William Borgeaud ",