chore: release v0.36.1 (#1616)

This commit is contained in:
Niklas Adolfsson
2024-05-27 12:44:07 +02:00
committed by GitHub
parent d2f0e5e0e0
commit e8a9232ef4
3 changed files with 37 additions and 23 deletions
+8 -8
View File
@@ -33,7 +33,7 @@ resolver = "2"
[workspace.package]
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version = "0.36.0"
version = "0.36.1"
rust-version = "1.74.0"
license = "Apache-2.0 OR GPL-3.0"
repository = "https://github.com/paritytech/subxt"
@@ -138,13 +138,13 @@ sp-runtime = "34.0.0"
sp-keyring = "34.0.0"
# Subxt workspace crates:
subxt = { version = "0.36.0", path = "subxt", default-features = false }
subxt-core = { version = "0.36.0", path = "core", default-features = false }
subxt-macro = { version = "0.36.0", path = "macro" }
subxt-metadata = { version = "0.36.0", path = "metadata", default-features = false }
subxt-codegen = { version = "0.36.0", path = "codegen" }
subxt-signer = { version = "0.36.0", path = "signer", default-features = false }
subxt-lightclient = { version = "0.36.0", path = "lightclient", default-features = false }
subxt = { version = "0.36.1", path = "subxt", default-features = false }
subxt-core = { version = "0.36.1", path = "core", default-features = false }
subxt-macro = { version = "0.36.1", path = "macro" }
subxt-metadata = { version = "0.36.1", path = "metadata", default-features = false }
subxt-codegen = { version = "0.36.1", path = "codegen" }
subxt-signer = { version = "0.36.1", path = "signer", default-features = false }
subxt-lightclient = { version = "0.36.1", path = "lightclient", default-features = false }
test-runtime = { path = "testing/test-runtime" }
substrate-runner = { path = "testing/substrate-runner" }