File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " astar-runtime"
3- version = " 17 .0.0"
3+ version = " 18 .0.0"
44build = " build.rs"
55authors.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
193193 spec_name : Cow :: Borrowed ( "astar" ) ,
194194 impl_name : Cow :: Borrowed ( "astar" ) ,
195195 authoring_version : 1 ,
196- spec_version : 1700 ,
196+ spec_version : 1800 ,
197197 impl_version : 0 ,
198198 apis : RUNTIME_API_VERSIONS ,
199199 transaction_version : 3 ,
Original file line number Diff line number Diff line change 11[package ]
22name = " shibuya-runtime"
3- version = " 17 .0.0"
3+ version = " 18 .0.0"
44build = " build.rs"
55authors.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
211211 spec_name : Cow :: Borrowed ( "shibuya" ) ,
212212 impl_name : Cow :: Borrowed ( "shibuya" ) ,
213213 authoring_version : 1 ,
214- spec_version : 1700 ,
214+ spec_version : 1800 ,
215215 impl_version : 0 ,
216216 apis : RUNTIME_API_VERSIONS ,
217217 transaction_version : 3 ,
Original file line number Diff line number Diff line change 11[package ]
22name = " shiden-runtime"
3- version = " 17 .0.0"
3+ version = " 18 .0.0"
44build = " build.rs"
55authors.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
184184 spec_name : Cow :: Borrowed ( "shiden" ) ,
185185 impl_name : Cow :: Borrowed ( "shiden" ) ,
186186 authoring_version : 1 ,
187- spec_version : 1700 ,
187+ spec_version : 1800 ,
188188 impl_version : 0 ,
189189 apis : RUNTIME_API_VERSIONS ,
190190 transaction_version : 3 ,
You can’t perform that action at this time.
0 commit comments