diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index deaebf56c7..0911a16ca9 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "Inflector" version = "0.11.4" @@ -479,7 +481,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#a58179d4f59f4c31c7a09d5b0ce14df8450743a3" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#a58179d4f59f4c31c7a09d5b0ce14df8450743a3" dependencies = [ "beefy-primitives", "futures 0.3.15", @@ -507,7 +509,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#a58179d4f59f4c31c7a09d5b0ce14df8450743a3" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#a58179d4f59f4c31c7a09d5b0ce14df8450743a3" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -528,7 +530,7 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#a58179d4f59f4c31c7a09d5b0ce14df8450743a3" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#a58179d4f59f4c31c7a09d5b0ce14df8450743a3" dependencies = [ "parity-scale-codec", "sp-api", @@ -3231,7 +3233,7 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.9.4" +version = "0.9.5" dependencies = [ "beefy-primitives", "bitvec", @@ -4623,7 +4625,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#a58179d4f59f4c31c7a09d5b0ce14df8450743a3" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#a58179d4f59f4c31c7a09d5b0ce14df8450743a3" dependencies = [ "beefy-primitives", "frame-support", @@ -5681,7 +5683,7 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" [[package]] name = "polkadot" -version = "0.9.4" +version = "0.9.5" dependencies = [ "assert_cmd", "color-eyre", @@ -5793,7 +5795,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.9.4" +version = "0.9.5" dependencies = [ "frame-benchmarking-cli", "futures 0.3.15", @@ -5870,7 +5872,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "0.9.4" +version = "0.9.5" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -5881,7 +5883,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.9.4" +version = "0.9.5" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6380,7 +6382,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.4" +version = "0.9.5" dependencies = [ "derive_more", "parity-scale-codec", @@ -6394,7 +6396,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.4" +version = "0.9.5" dependencies = [ "bitvec", "frame-system", @@ -6447,7 +6449,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.9.4" +version = "0.9.5" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -6479,7 +6481,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.9.4" +version = "0.9.5" dependencies = [ "beefy-primitives", "bitvec", @@ -6562,7 +6564,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.4" +version = "0.9.5" dependencies = [ "beefy-primitives", "bitvec", @@ -6615,7 +6617,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.4" +version = "0.9.5" dependencies = [ "bitvec", "derive_more", @@ -6666,7 +6668,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.9.4" +version = "0.9.5" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -6786,7 +6788,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.9.4" +version = "0.9.5" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -6795,7 +6797,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" -version = "0.9.4" +version = "0.9.5" dependencies = [ "futures 0.3.15", "parity-scale-codec", @@ -6821,7 +6823,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.9.4" +version = "0.9.5" dependencies = [ "beefy-primitives", "bitvec", @@ -6883,7 +6885,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" -version = "0.9.4" +version = "0.9.5" dependencies = [ "frame-benchmarking", "frame-system", @@ -7602,7 +7604,7 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.4" +version = "0.9.5" dependencies = [ "beefy-primitives", "bp-rococo", @@ -9145,7 +9147,7 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "0.9.4" +version = "0.9.5" dependencies = [ "enumn", "parity-scale-codec", @@ -10297,7 +10299,7 @@ dependencies = [ [[package]] name = "test-parachain-adder" -version = "0.9.4" +version = "0.9.5" dependencies = [ "dlmalloc", "parity-scale-codec", @@ -10310,7 +10312,7 @@ dependencies = [ [[package]] name = "test-parachain-adder-collator" -version = "0.9.4" +version = "0.9.5" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -10337,14 +10339,14 @@ dependencies = [ [[package]] name = "test-parachain-halt" -version = "0.9.4" +version = "0.9.5" dependencies = [ "substrate-wasm-builder", ] [[package]] name = "test-parachains" -version = "0.9.4" +version = "0.9.5" dependencies = [ "parity-scale-codec", "polkadot-parachain", @@ -11622,7 +11624,7 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.9.4" +version = "0.9.5" dependencies = [ "beefy-primitives", "bitvec", @@ -11816,7 +11818,7 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.4" +version = "0.9.5" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -11825,7 +11827,7 @@ dependencies = [ [[package]] name = "xcm-builder" -version = "0.9.4" +version = "0.9.5" dependencies = [ "frame-support", "frame-system", @@ -11843,7 +11845,7 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.9.4" +version = "0.9.5" dependencies = [ "frame-support", "impl-trait-for-tuples", diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index 4b55f0bf81..f7c341a99a 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -6,7 +6,7 @@ path = "src/main.rs" name = "polkadot" description = "Implementation of a https://polkadot.network node in Rust based on the Substrate framework." license = "GPL-3.0-only" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] edition = "2018" readme = "README.md" diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index 243bf748e1..fd7125115b 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] description = "Polkadot Relay-chain Client Node" edition = "2018" diff --git a/polkadot/core-primitives/Cargo.toml b/polkadot/core-primitives/Cargo.toml index b1d6cbddce..a529c4195f 100644 --- a/polkadot/core-primitives/Cargo.toml +++ b/polkadot/core-primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-core-primitives" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/erasure-coding/Cargo.toml b/polkadot/erasure-coding/Cargo.toml index ef4319ac0b..17d9c19e45 100644 --- a/polkadot/erasure-coding/Cargo.toml +++ b/polkadot/erasure-coding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-erasure-coding" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/service/Cargo.toml b/polkadot/node/service/Cargo.toml index 8385fc2360..a35e6cdd68 100644 --- a/polkadot/node/service/Cargo.toml +++ b/polkadot/node/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/test/client/Cargo.toml b/polkadot/node/test/client/Cargo.toml index 0517362eab..127541657b 100644 --- a/polkadot/node/test/client/Cargo.toml +++ b/polkadot/node/test/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-client" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/test/service/Cargo.toml b/polkadot/node/test/service/Cargo.toml index 3cea15b462..6e3f82e4cc 100644 --- a/polkadot/node/test/service/Cargo.toml +++ b/polkadot/node/test/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-service" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/parachain/Cargo.toml b/polkadot/parachain/Cargo.toml index 64a3c330f0..6e59724926 100644 --- a/polkadot/parachain/Cargo.toml +++ b/polkadot/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] description = "Types and utilities for creating and working with parachains" edition = "2018" diff --git a/polkadot/parachain/test-parachains/Cargo.toml b/polkadot/parachain/test-parachains/Cargo.toml index f3d52314c9..46361df7bf 100644 --- a/polkadot/parachain/test-parachains/Cargo.toml +++ b/polkadot/parachain/test-parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachains" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] description = "Integration tests using the test-parachains" edition = "2018" diff --git a/polkadot/parachain/test-parachains/adder/Cargo.toml b/polkadot/parachain/test-parachains/adder/Cargo.toml index 81c1f1c16b..9bbaef6654 100644 --- a/polkadot/parachain/test-parachains/adder/Cargo.toml +++ b/polkadot/parachain/test-parachains/adder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-adder" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] description = "Test parachain which adds to a number as its state transition" edition = "2018" diff --git a/polkadot/parachain/test-parachains/adder/collator/Cargo.toml b/polkadot/parachain/test-parachains/adder/collator/Cargo.toml index 1781ebf99d..80690a948b 100644 --- a/polkadot/parachain/test-parachains/adder/collator/Cargo.toml +++ b/polkadot/parachain/test-parachains/adder/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-adder-collator" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] description = "Collator for the adder test parachain" edition = "2018" diff --git a/polkadot/parachain/test-parachains/halt/Cargo.toml b/polkadot/parachain/test-parachains/halt/Cargo.toml index 8899bb4b0a..c08a1a5b10 100644 --- a/polkadot/parachain/test-parachains/halt/Cargo.toml +++ b/polkadot/parachain/test-parachains/halt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-halt" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2018" diff --git a/polkadot/primitives/Cargo.toml b/polkadot/primitives/Cargo.toml index e26e638fa9..23247ccb69 100644 --- a/polkadot/primitives/Cargo.toml +++ b/polkadot/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml index 8be369daaa..8f63ac348e 100644 --- a/polkadot/rpc/Cargo.toml +++ b/polkadot/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index ffac260148..47dd7f5efe 100644 --- a/polkadot/runtime/common/Cargo.toml +++ b/polkadot/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-common" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/common/slot_range_helper/Cargo.toml b/polkadot/runtime/common/slot_range_helper/Cargo.toml index 563a598d10..cb15d86b23 100644 --- a/polkadot/runtime/common/slot_range_helper/Cargo.toml +++ b/polkadot/runtime/common/slot_range_helper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slot-range-helper" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/kusama/Cargo.toml b/polkadot/runtime/kusama/Cargo.toml index 8c5d87754d..a72d8fe542 100644 --- a/polkadot/runtime/kusama/Cargo.toml +++ b/polkadot/runtime/kusama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index d73fedc0eb..fe270b697e 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -120,7 +120,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 2, - spec_version: 9041, + spec_version: 9050, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, @@ -1480,31 +1480,6 @@ construct_runtime! { } } -pub struct GrandpaStoragePrefixMigration; -impl frame_support::traits::OnRuntimeUpgrade for GrandpaStoragePrefixMigration { - fn on_runtime_upgrade() -> frame_support::weights::Weight { - use frame_support::traits::PalletInfo; - let name = ::PalletInfo::name::() - .expect("grandpa is part of pallets in construct_runtime, so it has a name; qed"); - pallet_grandpa::migrations::v3_1::migrate::(name) - } - - #[cfg(feature = "try-runtime")] - fn pre_upgrade() -> Result<(), &'static str> { - use frame_support::traits::PalletInfo; - let name = ::PalletInfo::name::() - .expect("grandpa is part of pallets in construct_runtime, so it has a name; qed"); - pallet_grandpa::migrations::v3_1::pre_migration::(name); - Ok(()) - } - - #[cfg(feature = "try-runtime")] - fn post_upgrade() -> Result<(), &'static str> { - pallet_grandpa::migrations::v3_1::post_migration::(); - Ok(()) - } -} - /// The address format for describing accounts. pub type Address = sp_runtime::MultiAddress; /// Block header type as expected by this runtime. @@ -1534,7 +1509,6 @@ pub type Executive = frame_executive::Executive< frame_system::ChainContext, Runtime, AllPallets, - GrandpaStoragePrefixMigration, >; /// The payload being signed in the transactions. pub type SignedPayload = generic::SignedPayload; diff --git a/polkadot/runtime/parachains/Cargo.toml b/polkadot/runtime/parachains/Cargo.toml index 6ea923e8a0..84d4628337 100644 --- a/polkadot/runtime/parachains/Cargo.toml +++ b/polkadot/runtime/parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-parachains" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/polkadot/Cargo.toml b/polkadot/runtime/polkadot/Cargo.toml index 5bb05d6126..e7edad7a52 100644 --- a/polkadot/runtime/polkadot/Cargo.toml +++ b/polkadot/runtime/polkadot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index 07ab7fb1e7..99d90a439a 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -95,7 +95,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("polkadot"), impl_name: create_runtime_str!("parity-polkadot"), authoring_version: 0, - spec_version: 9041, + spec_version: 9050, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, diff --git a/polkadot/runtime/rococo/Cargo.toml b/polkadot/runtime/rococo/Cargo.toml index c9ada22115..4d6ef542fd 100644 --- a/polkadot/runtime/rococo/Cargo.toml +++ b/polkadot/runtime/rococo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rococo-runtime" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml index ca3d73cd03..dfb9376796 100644 --- a/polkadot/runtime/test-runtime/Cargo.toml +++ b/polkadot/runtime/test-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-runtime" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index 9398f8c2b6..834fcbdfd3 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "westend-runtime" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index 33dcc39eb4..70dfad58a2 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -119,7 +119,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("westend"), impl_name: create_runtime_str!("parity-westend"), authoring_version: 2, - spec_version: 9041, + spec_version: 9050, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, @@ -1078,31 +1078,6 @@ construct_runtime! { } } -pub struct GrandpaStoragePrefixMigration; -impl frame_support::traits::OnRuntimeUpgrade for GrandpaStoragePrefixMigration { - fn on_runtime_upgrade() -> frame_support::weights::Weight { - use frame_support::traits::PalletInfo; - let name = ::PalletInfo::name::() - .expect("grandpa is part of pallets in construct_runtime, so it has a name; qed"); - pallet_grandpa::migrations::v3_1::migrate::(name) - } - - #[cfg(feature = "try-runtime")] - fn pre_upgrade() -> Result<(), &'static str> { - use frame_support::traits::PalletInfo; - let name = ::PalletInfo::name::() - .expect("grandpa is part of pallets in construct_runtime, so it has a name; qed"); - pallet_grandpa::migrations::v3_1::pre_migration::(name); - Ok(()) - } - - #[cfg(feature = "try-runtime")] - fn post_upgrade() -> Result<(), &'static str> { - pallet_grandpa::migrations::v3_1::post_migration::(); - Ok(()) - } -} - /// The address format for describing accounts. pub type Address = sp_runtime::MultiAddress; /// Block header type as expected by this runtime. @@ -1132,7 +1107,6 @@ pub type Executive = frame_executive::Executive< frame_system::ChainContext, Runtime, AllPallets, - GrandpaStoragePrefixMigration, >; /// The payload being signed in transactions. pub type SignedPayload = generic::SignedPayload; diff --git a/polkadot/statement-table/Cargo.toml b/polkadot/statement-table/Cargo.toml index e81f4b3106..43d49e5abf 100644 --- a/polkadot/statement-table/Cargo.toml +++ b/polkadot/statement-table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-table" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/xcm/Cargo.toml b/polkadot/xcm/Cargo.toml index e5d3887d2c..fb176e354f 100644 --- a/polkadot/xcm/Cargo.toml +++ b/polkadot/xcm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm" -version = "0.9.4" +version = "0.9.5" authors = ["Parity Technologies x"] description = "The basic XCM datastructures." edition = "2018" diff --git a/polkadot/xcm/xcm-builder/Cargo.toml b/polkadot/xcm/xcm-builder/Cargo.toml index f250f7eb99..c7eedbf77f 100644 --- a/polkadot/xcm/xcm-builder/Cargo.toml +++ b/polkadot/xcm/xcm-builder/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Parity Technologies "] edition = "2018" name = "xcm-builder" description = "Tools & types for building with XCM and its executor." -version = "0.9.4" +version = "0.9.5" [dependencies] impl-trait-for-tuples = "0.2.0" diff --git a/polkadot/xcm/xcm-executor/Cargo.toml b/polkadot/xcm/xcm-executor/Cargo.toml index c3cd199068..e3b4e85c26 100644 --- a/polkadot/xcm/xcm-executor/Cargo.toml +++ b/polkadot/xcm/xcm-executor/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Parity Technologies "] edition = "2018" name = "xcm-executor" description = "An abstract and configurable XCM message executor." -version = "0.9.4" +version = "0.9.5" [dependencies] impl-trait-for-tuples = "0.2.0"