Prep for patch release 0.32.1 (#1192)

* Prep for patch release 0.32.1

* update to latest lockfiles
This commit is contained in:
James Wilson
2023-10-05 19:31:14 +02:00
committed by GitHub
parent 919b866c0f
commit 761fee0b07
5 changed files with 87 additions and 94 deletions
+7 -7
View File
@@ -29,7 +29,7 @@ resolver = "2"
[workspace.package]
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version = "0.32.0"
version = "0.32.1"
rust-version = "1.70.0"
license = "Apache-2.0 OR GPL-3.0"
repository = "https://github.com/paritytech/subxt"
@@ -104,12 +104,12 @@ sp-runtime = "24.0.0"
sp-keyring = "24.0.0"
# Subxt workspace crates:
subxt = { version = "0.32.0", path = "subxt", default-features = false }
subxt-macro = { version = "0.32.0", path = "macro" }
subxt-metadata = { version = "0.32.0", path = "metadata" }
subxt-codegen = { version = "0.32.0", path = "codegen" }
subxt-signer = { version = "0.32.0", path = "signer" }
subxt-lightclient = { version = "0.32.0", path = "lightclient", default-features = false }
subxt = { version = "0.32.1", path = "subxt", default-features = false }
subxt-macro = { version = "0.32.1", path = "macro" }
subxt-metadata = { version = "0.32.1", path = "metadata" }
subxt-codegen = { version = "0.32.1", path = "codegen" }
subxt-signer = { version = "0.32.1", path = "signer" }
subxt-lightclient = { version = "0.32.1", path = "lightclient", default-features = false }
test-runtime = { path = "testing/test-runtime" }
substrate-runner = { path = "testing/substrate-runner" }