From 6470cef263f6c58508170bb57384c3e71491fada Mon Sep 17 00:00:00 2001 From: Shady Khalifa Date: Mon, 21 Oct 2024 19:58:22 +0300 Subject: [PATCH] chore: update tangle-subxt version --- tangle-subxt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tangle-subxt/Cargo.toml b/tangle-subxt/Cargo.toml index 1633fc85..9306776e 100644 --- a/tangle-subxt/Cargo.toml +++ b/tangle-subxt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tangle-subxt" -version = "0.3.0" +version = "0.4.0" description = "Rust bindings and interface to interact with Tangle Network using subxt" authors = { workspace = true } edition = { workspace = true }