bump subxt-macro to 0.43.1

This commit is contained in:
pgherveou
2025-12-09 13:12:09 +01:00
parent 49ad205b65
commit 3da69182a3
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -5697,7 +5697,7 @@ dependencies = [
[[package]]
name = "subxt-macro"
version = "0.43.0"
version = "0.43.1"
dependencies = [
"darling",
"parity-scale-codec",
+1 -1
View File
@@ -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 }
+1 -1
View File
@@ -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