mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-23 13:05:41 +00:00
Prep to release 0.39.0 (#1918)
* Pre pto release 0.39.0 * Actually save updates in Cargo.toml * Tweak changelog text
This commit is contained in:
+9
-9
@@ -34,7 +34,7 @@ resolver = "2"
|
||||
[workspace.package]
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
version = "0.38.0"
|
||||
version = "0.39.0"
|
||||
rust-version = "1.81.0"
|
||||
license = "Apache-2.0 OR GPL-3.0"
|
||||
repository = "https://github.com/paritytech/subxt"
|
||||
@@ -139,14 +139,14 @@ tokio-util = "0.7.12"
|
||||
polkadot-sdk = { version = "0.7", default-features = false }
|
||||
|
||||
# Subxt workspace crates:
|
||||
subxt = { version = "0.38.0", path = "subxt", default-features = false }
|
||||
subxt-core = { version = "0.38.0", path = "core", default-features = false }
|
||||
subxt-macro = { version = "0.38.0", path = "macro" }
|
||||
subxt-metadata = { version = "0.38.0", path = "metadata", default-features = false }
|
||||
subxt-codegen = { version = "0.38.0", path = "codegen" }
|
||||
subxt-signer = { version = "0.38.0", path = "signer", default-features = false }
|
||||
subxt-lightclient = { version = "0.38.0", path = "lightclient", default-features = false }
|
||||
subxt-utils-fetchmetadata = { version = "0.38.0", path = "utils/fetch-metadata", default-features = false }
|
||||
subxt = { version = "0.39.0", path = "subxt", default-features = false }
|
||||
subxt-core = { version = "0.39.0", path = "core", default-features = false }
|
||||
subxt-macro = { version = "0.39.0", path = "macro" }
|
||||
subxt-metadata = { version = "0.39.0", path = "metadata", default-features = false }
|
||||
subxt-codegen = { version = "0.39.0", path = "codegen" }
|
||||
subxt-signer = { version = "0.39.0", path = "signer", default-features = false }
|
||||
subxt-lightclient = { version = "0.39.0", path = "lightclient", default-features = false }
|
||||
subxt-utils-fetchmetadata = { version = "0.39.0", path = "utils/fetch-metadata", default-features = false }
|
||||
test-runtime = { path = "testing/test-runtime" }
|
||||
substrate-runner = { path = "testing/substrate-runner" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user