File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " astar-collator"
3- version = " 5.45 .0"
3+ version = " 5.46 .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 = " 14 .0.1 "
3+ version = " 15 .0.0 "
44build = " build.rs"
55authors.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
188188 spec_name : Cow :: Borrowed ( "astar" ) ,
189189 impl_name : Cow :: Borrowed ( "astar" ) ,
190190 authoring_version : 1 ,
191- spec_version : 1401 ,
191+ spec_version : 1500 ,
192192 impl_version : 0 ,
193193 apis : RUNTIME_API_VERSIONS ,
194194 transaction_version : 3 ,
Original file line number Diff line number Diff line change 11[package ]
22name = " shibuya-runtime"
3- version = " 14 .0.1 "
3+ version = " 15 .0.0 "
44build = " build.rs"
55authors.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
210210 spec_name : Cow :: Borrowed ( "shibuya" ) ,
211211 impl_name : Cow :: Borrowed ( "shibuya" ) ,
212212 authoring_version : 1 ,
213- spec_version : 1401 ,
213+ spec_version : 1500 ,
214214 impl_version : 0 ,
215215 apis : RUNTIME_API_VERSIONS ,
216216 transaction_version : 3 ,
Original file line number Diff line number Diff line change 11[package ]
22name = " shiden-runtime"
3- version = " 14 .0.1 "
3+ version = " 15 .0.0 "
44build = " build.rs"
55authors.workspace = true
66edition.workspace = true
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
181181 spec_name : Cow :: Borrowed ( "shiden" ) ,
182182 impl_name : Cow :: Borrowed ( "shiden" ) ,
183183 authoring_version : 1 ,
184- spec_version : 1401 ,
184+ spec_version : 1500 ,
185185 impl_version : 0 ,
186186 apis : RUNTIME_API_VERSIONS ,
187187 transaction_version : 3 ,
You can’t perform that action at this time.
0 commit comments