From 3da69182a34f9697d6f8d2cda357a54d74219488 Mon Sep 17 00:00:00 2001 From: pgherveou Date: Tue, 9 Dec 2025 13:12:09 +0100 Subject: [PATCH] bump subxt-macro to 0.43.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- macro/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d20ae9035..68de01b449 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5697,7 +5697,7 @@ dependencies = [ [[package]] name = "subxt-macro" -version = "0.43.0" +version = "0.43.1" dependencies = [ "darling", "parity-scale-codec", diff --git a/Cargo.toml b/Cargo.toml index 450630d188..0bd40c56fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -155,7 +155,7 @@ sp-runtime = { version = "41.1.0", default-features = false } # Subxt workspace crates: subxt = { version = "0.43.0", path = "subxt", default-features = false } subxt-core = { version = "0.43.0", path = "core", default-features = false } -subxt-macro = { version = "0.43.0", path = "macro" } +subxt-macro = { version = "0.43.1", path = "macro" } subxt-metadata = { version = "0.43.0", path = "metadata", default-features = false } subxt-codegen = { version = "0.43.0", path = "codegen" } subxt-signer = { version = "0.43.0", path = "signer", default-features = false } diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 956dcff1be..fc566f3761 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subxt-macro" -version.workspace = true +version = "0.43.1" authors.workspace = true edition.workspace = true rust-version.workspace = true