File tree 9 files changed +13
-13
lines changed
9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " astar-collator"
3
- version = " 5.41 .0"
3
+ version = " 5.42 .0"
4
4
description = " Astar collator implementation in Rust."
5
5
build = " build.rs"
6
6
default-run = " astar-collator"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " astar-runtime"
3
- version = " 5.41 .0"
3
+ version = " 5.42 .0"
4
4
build = " build.rs"
5
5
authors.workspace = true
6
6
edition.workspace = true
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
156
156
spec_name : create_runtime_str ! ( "astar" ) ,
157
157
impl_name : create_runtime_str ! ( "astar" ) ,
158
158
authoring_version : 1 ,
159
- spec_version : 90 ,
159
+ spec_version : 91 ,
160
160
impl_version : 0 ,
161
161
apis : RUNTIME_API_VERSIONS ,
162
162
transaction_version : 2 ,
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " local-runtime"
3
- version = " 5.40 .0"
3
+ version = " 5.42 .0"
4
4
build = " build.rs"
5
5
authors.workspace = true
6
6
edition.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " shibuya-runtime"
3
- version = " 5.41 .0"
3
+ version = " 5.42 .0"
4
4
build = " build.rs"
5
5
authors.workspace = true
6
6
edition.workspace = true
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
189
189
spec_name : create_runtime_str ! ( "shibuya" ) ,
190
190
impl_name : create_runtime_str ! ( "shibuya" ) ,
191
191
authoring_version : 1 ,
192
- spec_version : 132 ,
192
+ spec_version : 133 ,
193
193
impl_version : 0 ,
194
194
apis : RUNTIME_API_VERSIONS ,
195
195
transaction_version : 2 ,
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " shiden-runtime"
3
- version = " 5.41 .0"
3
+ version = " 5.42 .0"
4
4
build = " build.rs"
5
5
authors.workspace = true
6
6
edition.workspace = true
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
158
158
spec_name : create_runtime_str ! ( "shiden" ) ,
159
159
impl_name : create_runtime_str ! ( "shiden" ) ,
160
160
authoring_version : 1 ,
161
- spec_version : 129 ,
161
+ spec_version : 130 ,
162
162
impl_version : 0 ,
163
163
apis : RUNTIME_API_VERSIONS ,
164
164
transaction_version : 2 ,
You can’t perform that action at this time.
0 commit comments