File tree Expand file tree Collapse file tree 8 files changed +25
-25
lines changed
pallet/account-migration/src Expand file tree Collapse file tree 8 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 2323 - " **.sol"
2424
2525env :
26- CACHE_VERSION : 0
26+ CACHE_VERSION : 1
2727
2828 CARGO_REGISTRIES_CRATES_IO_PROTOCOL : sparse
2929 CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ edition = "2021"
1818homepage = " https://darwinia.network"
1919license = " GPL-3.0"
2020repository = " https://github.com/darwinia-network/darwinia"
21- version = " 6.7.1 "
21+ version = " 6.7.2 "
2222
2323[workspace .dependencies ]
2424# crates.io
Original file line number Diff line number Diff line change 2424///
2525/// The worker binaries associated to the node binary should ensure that they are using the same
2626/// version as the main node that started them.
27- pub const NODE_VERSION : & str = "6.7.1 " ;
27+ pub const NODE_VERSION : & str = "6.7.2 " ;
2828
2929/// Sub-commands supported by the collator.
3030#[ derive( Debug , clap:: Subcommand ) ]
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
5353 spec_name : sp_runtime:: create_runtime_str!( "Darwinia2" ) ,
5454 impl_name : sp_runtime:: create_runtime_str!( "DarwiniaOfficialRust" ) ,
5555 authoring_version : 0 ,
56- spec_version : 6_7_1_0 ,
56+ spec_version : 6_7_2_0 ,
5757 impl_version : 0 ,
5858 apis : sp_version:: create_apis_vec!( [ ] ) ,
5959 transaction_version : 0 ,
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
8080 spec_name : sp_runtime:: create_runtime_str!( "Crab2" ) ,
8181 impl_name : sp_runtime:: create_runtime_str!( "DarwiniaOfficialRust" ) ,
8282 authoring_version : 0 ,
83- spec_version : 6_7_1_0 ,
83+ spec_version : 6_7_2_0 ,
8484 impl_version : 0 ,
8585 apis : RUNTIME_API_VERSIONS ,
8686 transaction_version : 0 ,
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
8080 spec_name : sp_runtime:: create_runtime_str!( "Darwinia2" ) ,
8181 impl_name : sp_runtime:: create_runtime_str!( "DarwiniaOfficialRust" ) ,
8282 authoring_version : 0 ,
83- spec_version : 6_7_1_0 ,
83+ spec_version : 6_7_2_0 ,
8484 impl_version : 0 ,
8585 apis : RUNTIME_API_VERSIONS ,
8686 transaction_version : 0 ,
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
8080 spec_name : sp_runtime:: create_runtime_str!( "Darwinia Koi" ) ,
8181 impl_name : sp_runtime:: create_runtime_str!( "DarwiniaOfficialRust" ) ,
8282 authoring_version : 0 ,
83- spec_version : 6_7_1_0 ,
83+ spec_version : 6_7_2_0 ,
8484 impl_version : 0 ,
8585 apis : RUNTIME_API_VERSIONS ,
8686 transaction_version : 0 ,
You can’t perform that action at this time.
0 commit comments