From 4ffd3411ecbf6f955c7b0a6d766eb13287afb119 Mon Sep 17 00:00:00 2001 From: aya015757881 <2581015450@qq.com> Date: Mon, 6 May 2024 15:23:54 +0800 Subject: [PATCH] feat: version update --- Cargo.lock | 2 +- anychain-ethereum/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7bccb3f..05499f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -186,7 +186,7 @@ dependencies = [ [[package]] name = "anychain-ethereum" -version = "0.1.11" +version = "0.1.12" dependencies = [ "anychain-core", "ethabi", diff --git a/anychain-ethereum/Cargo.toml b/anychain-ethereum/Cargo.toml index 2c59458..f7a1c89 100644 --- a/anychain-ethereum/Cargo.toml +++ b/anychain-ethereum/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anychain-ethereum" description = "A Rust library for Ethereum-focused cryptocurrency wallets, enabling seamless transactions on the Ethereum blockchain" -version = "0.1.11" +version = "0.1.12" keywords = ["blockchain", "crypto", "cryptocurrencies", "ethereum", "wallet"] # Workspace inherited keys