From 63667acb674776f18d07a97032e56efe4e72bcd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= Date: Mon, 21 Jun 2021 20:35:04 +0100 Subject: [PATCH] revert polkadot pallet versions to 0.9.5 --- Cargo.lock | 6 +++--- runtime/common/Cargo.toml | 2 +- runtime/parachains/Cargo.toml | 2 +- xcm/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8cdcdf47166..a7f27386018d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6564,7 +6564,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.6" +version = "0.9.5" dependencies = [ "beefy-primitives", "bitvec", @@ -6617,7 +6617,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.6" +version = "0.9.5" dependencies = [ "bitvec", "derive_more", @@ -11818,7 +11818,7 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.6" +version = "0.9.5" dependencies = [ "derivative", "impl-trait-for-tuples", diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 8757b3213bca..e68666cabbfb 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-common" -version = "0.9.6" +version = "0.9.5" authors = ["Parity Technologies "] edition = "2018" diff --git a/runtime/parachains/Cargo.toml b/runtime/parachains/Cargo.toml index f89c3ad92265..c286ff17e5d3 100644 --- a/runtime/parachains/Cargo.toml +++ b/runtime/parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-parachains" -version = "0.9.6" +version = "0.9.5" authors = ["Parity Technologies "] edition = "2018" diff --git a/xcm/Cargo.toml b/xcm/Cargo.toml index b8e928b61bfa..fb176e354f33 100644 --- a/xcm/Cargo.toml +++ b/xcm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm" -version = "0.9.6" +version = "0.9.5" authors = ["Parity Technologies x"] description = "The basic XCM datastructures." edition = "2018"