From 685dc4e28c488b1d6a0e42f3f59c70c813dc0498 Mon Sep 17 00:00:00 2001 From: Martin Pugh Date: Mon, 14 Jun 2021 23:10:45 +0200 Subject: [PATCH] Bump version, spec_version & substrate in prep for release v0.9.5 (#3238) * bump spec_version and version * bump substrate * remove migrations * Revert "remove migrations" This reverts commit ceeab924d1cd5c2d3d05f24ab28315f0566f89d8. * remove stale migration for kusama + westend --- Cargo.lock | 62 ++++++++++--------- Cargo.toml | 2 +- cli/Cargo.toml | 2 +- core-primitives/Cargo.toml | 2 +- erasure-coding/Cargo.toml | 2 +- node/service/Cargo.toml | 2 +- node/test/client/Cargo.toml | 2 +- node/test/service/Cargo.toml | 2 +- parachain/Cargo.toml | 2 +- parachain/test-parachains/Cargo.toml | 2 +- parachain/test-parachains/adder/Cargo.toml | 2 +- .../test-parachains/adder/collator/Cargo.toml | 2 +- parachain/test-parachains/halt/Cargo.toml | 2 +- primitives/Cargo.toml | 2 +- rpc/Cargo.toml | 2 +- runtime/common/Cargo.toml | 2 +- runtime/common/slot_range_helper/Cargo.toml | 2 +- runtime/kusama/Cargo.toml | 2 +- runtime/kusama/src/lib.rs | 28 +-------- runtime/parachains/Cargo.toml | 2 +- runtime/polkadot/Cargo.toml | 2 +- runtime/polkadot/src/lib.rs | 2 +- runtime/rococo/Cargo.toml | 2 +- runtime/test-runtime/Cargo.toml | 2 +- runtime/westend/Cargo.toml | 2 +- runtime/westend/src/lib.rs | 28 +-------- statement-table/Cargo.toml | 2 +- xcm/Cargo.toml | 2 +- xcm/xcm-builder/Cargo.toml | 2 +- xcm/xcm-executor/Cargo.toml | 2 +- 30 files changed, 61 insertions(+), 111 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index deaebf56c717..0911a16ca90e 100644 --- a/Cargo.lock +++ b/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/Cargo.toml b/Cargo.toml index 4b55f0bf815b..f7c341a99aa2 100644 --- a/Cargo.toml +++ b/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/cli/Cargo.toml b/cli/Cargo.toml index 243bf748e1df..fd7125115b47 100644 --- a/cli/Cargo.toml +++ b/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/core-primitives/Cargo.toml b/core-primitives/Cargo.toml index b1d6cbddcef6..a529c4195fb5 100644 --- a/core-primitives/Cargo.toml +++ b/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/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index ef4319ac0bed..17d9c19e45ff 100644 --- a/erasure-coding/Cargo.toml +++ b/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/node/service/Cargo.toml b/node/service/Cargo.toml index 8385fc236011..a35e6cdd6869 100644 --- a/node/service/Cargo.toml +++ b/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/node/test/client/Cargo.toml b/node/test/client/Cargo.toml index 0517362eabd6..127541657b0f 100644 --- a/node/test/client/Cargo.toml +++ b/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/node/test/service/Cargo.toml b/node/test/service/Cargo.toml index 3cea15b46281..6e3f82e4cce3 100644 --- a/node/test/service/Cargo.toml +++ b/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/parachain/Cargo.toml b/parachain/Cargo.toml index 64a3c330f0d8..6e5972492692 100644 --- a/parachain/Cargo.toml +++ b/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/parachain/test-parachains/Cargo.toml b/parachain/test-parachains/Cargo.toml index f3d52314c964..46361df7bf41 100644 --- a/parachain/test-parachains/Cargo.toml +++ b/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/parachain/test-parachains/adder/Cargo.toml b/parachain/test-parachains/adder/Cargo.toml index 81c1f1c16bc4..9bbaef665411 100644 --- a/parachain/test-parachains/adder/Cargo.toml +++ b/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/parachain/test-parachains/adder/collator/Cargo.toml b/parachain/test-parachains/adder/collator/Cargo.toml index 1781ebf99dbe..80690a948be6 100644 --- a/parachain/test-parachains/adder/collator/Cargo.toml +++ b/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/parachain/test-parachains/halt/Cargo.toml b/parachain/test-parachains/halt/Cargo.toml index 8899bb4b0ab0..c08a1a5b10b7 100644 --- a/parachain/test-parachains/halt/Cargo.toml +++ b/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/primitives/Cargo.toml b/primitives/Cargo.toml index e26e638fa9f6..23247ccb6994 100644 --- a/primitives/Cargo.toml +++ b/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/rpc/Cargo.toml b/rpc/Cargo.toml index 8be369daaae1..8f63ac348e02 100644 --- a/rpc/Cargo.toml +++ b/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/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index ffac26014889..47dd7f5efe22 100644 --- a/runtime/common/Cargo.toml +++ b/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/runtime/common/slot_range_helper/Cargo.toml b/runtime/common/slot_range_helper/Cargo.toml index 563a598d1000..cb15d86b238f 100644 --- a/runtime/common/slot_range_helper/Cargo.toml +++ b/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/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index 8c5d87754dd8..a72d8fe54239 100644 --- a/runtime/kusama/Cargo.toml +++ b/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/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index d73fedc0eb9b..fe270b697e3c 100644 --- a/runtime/kusama/src/lib.rs +++ b/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/runtime/parachains/Cargo.toml b/runtime/parachains/Cargo.toml index 6ea923e8a0b7..84d46283377c 100644 --- a/runtime/parachains/Cargo.toml +++ b/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/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index 5bb05d612607..e7edad7a52ed 100644 --- a/runtime/polkadot/Cargo.toml +++ b/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/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 07ab7fb1e7fc..99d90a439a0b 100644 --- a/runtime/polkadot/src/lib.rs +++ b/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/runtime/rococo/Cargo.toml b/runtime/rococo/Cargo.toml index c9ada2211583..4d6ef542fd4b 100644 --- a/runtime/rococo/Cargo.toml +++ b/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/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index ca3d73cd038a..dfb9376796b9 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/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/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index 9398f8c2b613..834fcbdfd3ee 100644 --- a/runtime/westend/Cargo.toml +++ b/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/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 33dcc39eb49b..70dfad58a232 100644 --- a/runtime/westend/src/lib.rs +++ b/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/statement-table/Cargo.toml b/statement-table/Cargo.toml index e81f4b3106a9..43d49e5abfa0 100644 --- a/statement-table/Cargo.toml +++ b/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/xcm/Cargo.toml b/xcm/Cargo.toml index e5d3887d2c06..fb176e354f33 100644 --- a/xcm/Cargo.toml +++ b/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/xcm/xcm-builder/Cargo.toml b/xcm/xcm-builder/Cargo.toml index f250f7eb9990..c7eedbf77fe2 100644 --- a/xcm/xcm-builder/Cargo.toml +++ b/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/xcm/xcm-executor/Cargo.toml b/xcm/xcm-executor/Cargo.toml index c3cd19906823..e3b4e85c2694 100644 --- a/xcm/xcm-executor/Cargo.toml +++ b/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"