@@ -36,7 +36,7 @@ resolver = "2"
3636[workspace .package ]
3737authors = [
" Parity Technologies <[email protected] >" ]
3838edition = " 2024"
39- version = " 0.41 .0"
39+ version = " 0.42 .0"
4040rust-version = " 1.86.0"
4141license = " Apache-2.0 OR GPL-3.0"
4242repository = " https://github.com/paritytech/subxt"
@@ -152,16 +152,16 @@ sp-state-machine = { version = "0.45.0", default-features = false }
152152sp-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 }
165165test-runtime = { path = " testing/test-runtime" }
166166substrate-runner = { path = " testing/substrate-runner" }
167167
0 commit comments