File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " astar-collator"
3- version = " 5.24 .0"
3+ version = " 5.25 .0"
44description = " Astar collator implementation in Rust."
55build = " build.rs"
66default-run = " astar-collator"
Original file line number Diff line number Diff line change 11[package ]
22name = " astar-runtime"
3- version = " 5.24 .0"
3+ version = " 5.25 .0"
44build = " build.rs"
55authors.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
138138 spec_name : create_runtime_str ! ( "astar" ) ,
139139 impl_name : create_runtime_str ! ( "astar" ) ,
140140 authoring_version : 1 ,
141- spec_version : 71 ,
141+ spec_version : 72 ,
142142 impl_version : 0 ,
143143 apis : RUNTIME_API_VERSIONS ,
144144 transaction_version : 2 ,
Original file line number Diff line number Diff line change 11[package ]
22name = " local-runtime"
3- version = " 5.24 .0"
3+ version = " 5.25 .0"
44build = " build.rs"
55authors.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " shibuya-runtime"
3- version = " 5.24 .0"
3+ version = " 5.25 .0"
44build = " build.rs"
55authors.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
167167 spec_name : create_runtime_str ! ( "shibuya" ) ,
168168 impl_name : create_runtime_str ! ( "shibuya" ) ,
169169 authoring_version : 1 ,
170- spec_version : 114 ,
170+ spec_version : 115 ,
171171 impl_version : 0 ,
172172 apis : RUNTIME_API_VERSIONS ,
173173 transaction_version : 2 ,
Original file line number Diff line number Diff line change 11[package ]
22name = " shiden-runtime"
3- version = " 5.24 .0"
3+ version = " 5.25 .0"
44build = " build.rs"
55authors.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
140140 spec_name : create_runtime_str ! ( "shiden" ) ,
141141 impl_name : create_runtime_str ! ( "shiden" ) ,
142142 authoring_version : 1 ,
143- spec_version : 111 ,
143+ spec_version : 112 ,
144144 impl_version : 0 ,
145145 apis : RUNTIME_API_VERSIONS ,
146146 transaction_version : 2 ,
You can’t perform that action at this time.
0 commit comments