From 987edb16e52d90745a8013f0daa69a88024051e5 Mon Sep 17 00:00:00 2001 From: Oleksandr Anyshchenko Date: Thu, 20 Jun 2024 16:06:51 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 36c0756c..14e7cf5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,10 +9,10 @@ keywords.workspace = true edition.workspace = true [workspace.dependencies] -evm = { version = "0.42", path = "." } -evm-core = { version = "0.42", path = "core", default-features = false } -evm-gasometer = { version = "0.42", path = "gasometer", default-features = false } -evm-runtime = { version = "0.42", path = "runtime", default-features = false } +evm = { version = "0.43", path = "." } +evm-core = { version = "0.43", path = "core", default-features = false } +evm-gasometer = { version = "0.43", path = "gasometer", default-features = false } +evm-runtime = { version = "0.43", path = "runtime", default-features = false } [dependencies] auto_impl = "1.0"