From 8771f1e2aacc03ef99bc831c87eefa7f09c78de1 Mon Sep 17 00:00:00 2001 From: drewstone Date: Mon, 26 Aug 2024 13:21:51 -0600 Subject: [PATCH] Update tangle-subxt to v1.5.0 --- Cargo.lock | 2 +- tangle-subxt/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aaf4852d..32a65e3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14634,7 +14634,7 @@ dependencies = [ [[package]] name = "tangle-subxt" -version = "0.1.4" +version = "0.1.5" dependencies = [ "parity-scale-codec 3.6.12", "scale-info", diff --git a/tangle-subxt/Cargo.toml b/tangle-subxt/Cargo.toml index a67f2338..786c7ec0 100644 --- a/tangle-subxt/Cargo.toml +++ b/tangle-subxt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tangle-subxt" -version = "0.1.4" +version = "0.1.5" description = "Rust bindings and interface to interact with Tangle Network using subxt" authors = { workspace = true } edition = { workspace = true }