Prep for 0.30 release (#1089)

This commit is contained in:
James Wilson
2023-07-24 17:01:49 +01:00
committed by GitHub
parent e6a703e79f
commit c66cbe736c
3 changed files with 169 additions and 18 deletions
+7 -7
View File
@@ -28,7 +28,7 @@ resolver = "2"
[workspace.package]
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version = "0.29.0"
version = "0.30.0"
rust-version = "1.64.0"
license = "Apache-2.0 OR GPL-3.0"
repository = "https://github.com/paritytech/subxt"
@@ -103,12 +103,12 @@ sp-keyring = "24.0.0"
sp-version = "22.0.0"
# Subxt workspace crates:
subxt = { version = "0.29.0", path = "subxt", default-features = false }
subxt-macro = { version = "0.29.0", path = "macro" }
subxt-metadata = { version = "0.29.0", path = "metadata" }
subxt-codegen = { version = "0.29.0", path = "codegen" }
subxt-signer = { version = "0.29.0", path = "signer" }
subxt-lightclient = { version = "0.29.0", path = "lightclient", default-features = false }
subxt = { version = "0.30.0", path = "subxt", default-features = false }
subxt-macro = { version = "0.30.0", path = "macro" }
subxt-metadata = { version = "0.30.0", path = "metadata" }
subxt-codegen = { version = "0.30.0", path = "codegen" }
subxt-signer = { version = "0.30.0", path = "signer" }
subxt-lightclient = { version = "0.30.0", path = "lightclient", default-features = false }
test-runtime = { path = "testing/test-runtime" }
substrate-runner = { path = "testing/substrate-runner" }