From 4583e4812854bd81b1270f6c355b3441daf16012 Mon Sep 17 00:00:00 2001 From: megared05 <05megared@gmail.com> Date: Wed, 22 May 2024 15:52:04 +0900 Subject: [PATCH] bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d1586a..79b53e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -971,7 +971,7 @@ dependencies = [ [[package]] name = "ic-web3-rs" -version = "0.1.6" +version = "0.1.7" dependencies = [ "arrayvec 0.7.2", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 8998381..c60b996 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ic-web3-rs" -version = "0.1.6" +version = "0.1.7" description = "Ethereum JSON-RPC client for IC canisters." homepage = "https://github.com/horizonx-tech/ic-web3" repository = "https://github.com/horizonx-tech/ic-web3"