From 4ee1fb032f7d99c48479fba72bcdf7c07826c218 Mon Sep 17 00:00:00 2001 From: 2581015450 <2581015450@qq.com> Date: Wed, 25 Oct 2023 17:21:23 +0800 Subject: [PATCH] refactor: anychain-ethereum bump to version 0.1.4 --- anychain-ethereum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anychain-ethereum/Cargo.toml b/anychain-ethereum/Cargo.toml index 79f39af..4f0157c 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.3" +version = "0.1.4" keywords = ["blockchain", "crypto", "cryptocurrency", "ethereum", "wallet"] # Workspace inherited keys