Prep to release 0.40.1

This commit is contained in:
James Wilson
2025-06-03 12:23:25 +01:00
parent fb20b01af6
commit 84cfd746f8
2 changed files with 25 additions and 25 deletions
+9 -9
View File
@@ -34,7 +34,7 @@ resolver = "2"
[workspace.package]
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version = "0.40.0"
version = "0.40.1"
rust-version = "1.81.0"
license = "Apache-2.0 OR GPL-3.0"
repository = "https://github.com/paritytech/subxt"
@@ -147,14 +147,14 @@ sp-state-machine = { version = "0.44.0", default-features = false }
sp-runtime = { version = "40.0.1", default-features = false }
# Subxt workspace crates:
subxt = { version = "0.40.0", path = "subxt", default-features = false }
subxt-core = { version = "0.40.0", path = "core", default-features = false }
subxt-macro = { version = "0.40.0", path = "macro" }
subxt-metadata = { version = "0.40.0", path = "metadata", default-features = false }
subxt-codegen = { version = "0.40.0", path = "codegen" }
subxt-signer = { version = "0.40.0", path = "signer", default-features = false }
subxt-lightclient = { version = "0.40.0", path = "lightclient", default-features = false }
subxt-utils-fetchmetadata = { version = "0.40.0", path = "utils/fetch-metadata", default-features = false }
subxt = { version = "0.40.1", path = "subxt", default-features = false }
subxt-core = { version = "0.40.1", path = "core", default-features = false }
subxt-macro = { version = "0.40.1", path = "macro" }
subxt-metadata = { version = "0.40.1", path = "metadata", default-features = false }
subxt-codegen = { version = "0.40.1", path = "codegen" }
subxt-signer = { version = "0.40.1", path = "signer", default-features = false }
subxt-lightclient = { version = "0.40.1", path = "lightclient", default-features = false }
subxt-utils-fetchmetadata = { version = "0.40.1", path = "utils/fetch-metadata", default-features = false }
test-runtime = { path = "testing/test-runtime" }
substrate-runner = { path = "testing/substrate-runner" }