From f0aed7e1093aa42d2d91a158d84e3eb3e29e7931 Mon Sep 17 00:00:00 2001 From: shuimuliang Date: Wed, 25 Oct 2023 17:42:36 +0800 Subject: [PATCH] build: anychain-ethereum 0.1.4 --- anychain-ethereum/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anychain-ethereum/README.md b/anychain-ethereum/README.md index 792e0c6..5a2dd72 100644 --- a/anychain-ethereum/README.md +++ b/anychain-ethereum/README.md @@ -18,7 +18,7 @@ This is the README for the anychain-ethereum crate, a Rust library that provides To use the anychain-ethereum crate in your Rust project, add the following to your Cargo.toml file: ```toml [dependencies] -anychain-ethereum = "0.1.3" +anychain-ethereum = "0.1.4" ``` ## Usage