Bump transaction_version (#2520) (#2530)

* bump trnsaction_version

* revert transaction_version bump for all except the collectives

* make cargo fmt happy again
This commit is contained in:
Egor_P
2023-05-05 19:45:40 +02:00
committed by GitHub
parent 184913a9b3
commit 16ba4688fd
@@ -111,7 +111,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 9420,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 4,
transaction_version: 5,
state_version: 0,
};