File tree 9 files changed +14
-14
lines changed
9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " astar-collator"
3
- version = " 5.37 .0"
3
+ version = " 5.38 .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.37 .0"
3
+ version = " 5.38 .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 @@ -154,7 +154,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
154
154
spec_name : create_runtime_str ! ( "astar" ) ,
155
155
impl_name : create_runtime_str ! ( "astar" ) ,
156
156
authoring_version : 1 ,
157
- spec_version : 85 ,
157
+ spec_version : 86 ,
158
158
impl_version : 0 ,
159
159
apis : RUNTIME_API_VERSIONS ,
160
160
transaction_version : 2 ,
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " local-runtime"
3
- version = " 5.37 .0"
3
+ version = " 5.38 .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.37 .0"
3
+ version = " 5.38 .0"
4
4
build = " build.rs"
5
5
authors.workspace = true
6
6
edition.workspace = true
@@ -120,7 +120,7 @@ pallet-xcm = { workspace = true }
120
120
pallet-xcm-benchmarks = { workspace = true , optional = true }
121
121
pallet-xvm = { workspace = true }
122
122
123
- # Get rid of this after running the benchmarks
123
+ # Get rid of this after uplifting to high enough version of ORML so we get access to benchmark support for the pallet
124
124
oracle-benchmarks = { workspace = true }
125
125
126
126
dapp-staking-v3-runtime-api = { workspace = true }
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
176
176
spec_name : create_runtime_str ! ( "shibuya" ) ,
177
177
impl_name : create_runtime_str ! ( "shibuya" ) ,
178
178
authoring_version : 1 ,
179
- spec_version : 127 ,
179
+ spec_version : 128 ,
180
180
impl_version : 0 ,
181
181
apis : RUNTIME_API_VERSIONS ,
182
182
transaction_version : 2 ,
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " shiden-runtime"
3
- version = " 5.37 .0"
3
+ version = " 5.38 .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 @@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
155
155
spec_name : create_runtime_str ! ( "shiden" ) ,
156
156
impl_name : create_runtime_str ! ( "shiden" ) ,
157
157
authoring_version : 1 ,
158
- spec_version : 124 ,
158
+ spec_version : 125 ,
159
159
impl_version : 0 ,
160
160
apis : RUNTIME_API_VERSIONS ,
161
161
transaction_version : 2 ,
You can’t perform that action at this time.
0 commit comments