@@ -34,7 +34,7 @@ resolver = "2"
34
34
[workspace .package ]
35
35
authors = [
" Parity Technologies <[email protected] >" ]
36
36
edition = " 2021"
37
- version = " 0.40.0 "
37
+ version = " 0.40.1 "
38
38
rust-version = " 1.81.0"
39
39
license = " Apache-2.0 OR GPL-3.0"
40
40
repository = " https://github.com/paritytech/subxt"
@@ -147,14 +147,14 @@ sp-state-machine = { version = "0.44.0", default-features = false }
147
147
sp-runtime = { version = " 40.0.1" , default-features = false }
148
148
149
149
# 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 }
158
158
test-runtime = { path = " testing/test-runtime" }
159
159
substrate-runner = { path = " testing/substrate-runner" }
160
160
0 commit comments