From f0a29503825e7dbb6b4adb2ba50ae4b9c25eb0d0 Mon Sep 17 00:00:00 2001 From: gskapka Date: Tue, 30 Jan 2024 11:23:20 +0000 Subject: [PATCH] chore(ethereum): <- bump minor version number in that --- Cargo.lock | 2 +- common/ethereum/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cdbbe2d43..ba974c448 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1599,7 +1599,7 @@ dependencies = [ [[package]] name = "ethereum" -version = "6.12.0" +version = "6.13.0" dependencies = [ "chain_ids", "common", diff --git a/common/ethereum/Cargo.toml b/common/ethereum/Cargo.toml index 7acd00470..6ff8af242 100644 --- a/common/ethereum/Cargo.toml +++ b/common/ethereum/Cargo.toml @@ -3,7 +3,7 @@ license = "MIT" publish = false edition = "2021" name = "ethereum" -version = "6.12.0" +version = "6.13.0" readme = "README.md" rust-version = "1.56" keywords = ["defi", "crypto"]