From a9ed0cd67cc581ee6296cdcfa079846485c794eb Mon Sep 17 00:00:00 2001 From: Evgeny Ukhanov Date: Fri, 13 Dec 2024 21:04:36 +0100 Subject: [PATCH] Update version --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 40ba445f..d6e97b6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,10 +9,10 @@ keywords.workspace = true edition.workspace = true [workspace.dependencies] -evm = { version = "0.46.2", path = "." } -evm-core = { version = "0.46.2", path = "core", default-features = false } -evm-gasometer = { version = "0.46.2", path = "gasometer", default-features = false } -evm-runtime = { version = "0.46.2", path = "runtime", default-features = false } +evm = { version = "0.47.0", path = "." } +evm-core = { version = "0.47.0", path = "core", default-features = false } +evm-gasometer = { version = "0.47.0", path = "gasometer", default-features = false } +evm-runtime = { version = "0.47.0", path = "runtime", default-features = false } primitive-types = { version = "0.13", default-features = false } auto_impl = "1.0" sha3 = { version = "0.10", default-features = false } @@ -84,7 +84,7 @@ create-fixed = [] print-debug = ["evm-gasometer/print-debug"] [workspace.package] -version = "0.46.2" +version = "0.47.0" license = "Apache-2.0" authors = ["Aurora Labs ", "Wei Tang ", "Parity Technologies "] description = "Portable Ethereum Virtual Machine implementation written in pure Rust."