File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
61
61
// and set impl_version to 0. If only runtime
62
62
// implementation changes and behavior does not, then leave spec_version as
63
63
// is and increment impl_version.
64
- spec_version : 3000 ,
64
+ spec_version : 3001 ,
65
65
impl_version : 0 ,
66
66
apis : RUNTIME_API_VERSIONS ,
67
- transaction_version : 1 ,
67
+ transaction_version : 2 ,
68
68
} ;
69
69
70
70
parameter_types ! {
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
59
59
// and set impl_version to 0. If only runtime
60
60
// implementation changes and behavior does not, then leave spec_version as
61
61
// is and increment impl_version.
62
- spec_version : 3000 ,
62
+ spec_version : 3001 ,
63
63
impl_version : 0 ,
64
64
apis : RUNTIME_API_VERSIONS ,
65
- transaction_version : 1 ,
65
+ transaction_version : 2 ,
66
66
} ;
67
67
68
68
parameter_types ! {
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
57
57
// and set impl_version to 0. If only runtime
58
58
// implementation changes and behavior does not, then leave spec_version as
59
59
// is and increment impl_version.
60
- spec_version : 3000 ,
60
+ spec_version : 3001 ,
61
61
impl_version : 0 ,
62
62
apis : RUNTIME_API_VERSIONS ,
63
- transaction_version : 1 ,
63
+ transaction_version : 2 ,
64
64
} ;
65
65
66
66
parameter_types ! {
Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
61
61
// and set impl_version to 0. If only runtime
62
62
// implementation changes and behavior does not, then leave spec_version as
63
63
// is and increment impl_version.
64
- spec_version : 3000 ,
64
+ spec_version : 3001 ,
65
65
impl_version : 0 ,
66
66
apis : RUNTIME_API_VERSIONS ,
67
- transaction_version : 1 ,
67
+ transaction_version : 2 ,
68
68
} ;
69
69
70
70
parameter_types ! {
You can’t perform that action at this time.
0 commit comments