Skip to content

Commit 84cfd74

Browse files
committed
Prep to release 0.40.1
1 parent fb20b01 commit 84cfd74

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resolver = "2"
3434
[workspace.package]
3535
authors = ["Parity Technologies <[email protected]>"]
3636
edition = "2021"
37-
version = "0.40.0"
37+
version = "0.40.1"
3838
rust-version = "1.81.0"
3939
license = "Apache-2.0 OR GPL-3.0"
4040
repository = "https://github.com/paritytech/subxt"
@@ -147,14 +147,14 @@ sp-state-machine = { version = "0.44.0", default-features = false }
147147
sp-runtime = { version = "40.0.1", default-features = false }
148148

149149
# Subxt workspace crates:
150-
subxt = { version = "0.40.0", path = "subxt", default-features = false }
151-
subxt-core = { version = "0.40.0", path = "core", default-features = false }
152-
subxt-macro = { version = "0.40.0", path = "macro" }
153-
subxt-metadata = { version = "0.40.0", path = "metadata", default-features = false }
154-
subxt-codegen = { version = "0.40.0", path = "codegen" }
155-
subxt-signer = { version = "0.40.0", path = "signer", default-features = false }
156-
subxt-lightclient = { version = "0.40.0", path = "lightclient", default-features = false }
157-
subxt-utils-fetchmetadata = { version = "0.40.0", path = "utils/fetch-metadata", default-features = false }
150+
subxt = { version = "0.40.1", path = "subxt", default-features = false }
151+
subxt-core = { version = "0.40.1", path = "core", default-features = false }
152+
subxt-macro = { version = "0.40.1", path = "macro" }
153+
subxt-metadata = { version = "0.40.1", path = "metadata", default-features = false }
154+
subxt-codegen = { version = "0.40.1", path = "codegen" }
155+
subxt-signer = { version = "0.40.1", path = "signer", default-features = false }
156+
subxt-lightclient = { version = "0.40.1", path = "lightclient", default-features = false }
157+
subxt-utils-fetchmetadata = { version = "0.40.1", path = "utils/fetch-metadata", default-features = false }
158158
test-runtime = { path = "testing/test-runtime" }
159159
substrate-runner = { path = "testing/substrate-runner" }
160160

0 commit comments

Comments
 (0)