mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 13:01:07 +00:00
bump subxt-macro to 0.43.1
This commit is contained in:
Generated
+1
-1
@@ -5697,7 +5697,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "subxt-macro"
|
||||
version = "0.43.0"
|
||||
version = "0.43.1"
|
||||
dependencies = [
|
||||
"darling",
|
||||
"parity-scale-codec",
|
||||
|
||||
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user