Skip to content

Commit 77f8355

Browse files
committed
Actually bump Cargo.toml to 0.42.0
1 parent 7de8d36 commit 77f8355

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resolver = "2"
3636
[workspace.package]
3737
authors = ["Parity Technologies <[email protected]>"]
3838
edition = "2024"
39-
version = "0.41.0"
39+
version = "0.42.0"
4040
rust-version = "1.86.0"
4141
license = "Apache-2.0 OR GPL-3.0"
4242
repository = "https://github.com/paritytech/subxt"
@@ -152,16 +152,16 @@ sp-state-machine = { version = "0.45.0", default-features = false }
152152
sp-runtime = { version = "41.1.0", default-features = false }
153153

154154
# Subxt workspace crates:
155-
subxt = { version = "0.41.0", path = "subxt", default-features = false }
156-
subxt-core = { version = "0.41.0", path = "core", default-features = false }
157-
subxt-macro = { version = "0.41.0", path = "macro" }
158-
subxt-metadata = { version = "0.41.0", path = "metadata", default-features = false }
159-
subxt-codegen = { version = "0.41.0", path = "codegen" }
160-
subxt-signer = { version = "0.41.0", path = "signer", default-features = false }
161-
subxt-rpcs = { version = "0.41.0", path = "rpcs", default-features = false }
162-
subxt-lightclient = { version = "0.41.0", path = "lightclient", default-features = false }
163-
subxt-utils-fetchmetadata = { version = "0.41.0", path = "utils/fetch-metadata", default-features = false }
164-
subxt-utils-stripmetadata = { version = "0.41.0", path = "utils/strip-metadata", default-features = false }
155+
subxt = { version = "0.42.0", path = "subxt", default-features = false }
156+
subxt-core = { version = "0.42.0", path = "core", default-features = false }
157+
subxt-macro = { version = "0.42.0", path = "macro" }
158+
subxt-metadata = { version = "0.42.0", path = "metadata", default-features = false }
159+
subxt-codegen = { version = "0.42.0", path = "codegen" }
160+
subxt-signer = { version = "0.42.0", path = "signer", default-features = false }
161+
subxt-rpcs = { version = "0.42.0", path = "rpcs", default-features = false }
162+
subxt-lightclient = { version = "0.42.0", path = "lightclient", default-features = false }
163+
subxt-utils-fetchmetadata = { version = "0.42.0", path = "utils/fetch-metadata", default-features = false }
164+
subxt-utils-stripmetadata = { version = "0.42.0", path = "utils/strip-metadata", default-features = false }
165165
test-runtime = { path = "testing/test-runtime" }
166166
substrate-runner = { path = "testing/substrate-runner" }
167167

0 commit comments

Comments
 (0)