From ef2aa428d7aaca2651427d19f3b288e8b182006b Mon Sep 17 00:00:00 2001
From: Gav Wood <gavin@parity.io>
Date: Fri, 12 Jun 2020 16:10:10 +0200
Subject: [PATCH] Version and lock

---
 polkadot/Cargo.lock                           | 40 +++++++++----------
 polkadot/Cargo.toml                           |  2 +-
 polkadot/availability-store/Cargo.toml        |  2 +-
 polkadot/cli/Cargo.toml                       |  2 +-
 polkadot/collator/Cargo.toml                  |  2 +-
 polkadot/erasure-coding/Cargo.toml            |  2 +-
 polkadot/network/Cargo.toml                   |  2 +-
 polkadot/network/test/Cargo.toml              |  2 +-
 polkadot/parachain/Cargo.toml                 |  2 +-
 .../test-parachains/adder/Cargo.toml          |  2 +-
 .../parachain/test-parachains/halt/Cargo.toml |  2 +-
 polkadot/primitives/Cargo.toml                |  2 +-
 polkadot/rpc/Cargo.toml                       |  2 +-
 polkadot/runtime/common/Cargo.toml            |  2 +-
 polkadot/runtime/kusama/Cargo.toml            |  2 +-
 polkadot/runtime/polkadot/Cargo.toml          |  2 +-
 polkadot/runtime/test-runtime/Cargo.toml      |  2 +-
 polkadot/runtime/westend/Cargo.toml           |  2 +-
 polkadot/service/Cargo.toml                   |  2 +-
 polkadot/statement-table/Cargo.toml           |  2 +-
 polkadot/validation/Cargo.toml                |  2 +-
 21 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock
index 9863a9901a0..7a8a24bee5c 100644
--- a/polkadot/Cargo.lock
+++ b/polkadot/Cargo.lock
@@ -2222,7 +2222,7 @@ dependencies = [
 
 [[package]]
 name = "kusama-runtime"
-version = "0.8.8-dev"
+version = "0.8.8"
 dependencies = [
  "bitvec",
  "frame-benchmarking",
@@ -4064,7 +4064,7 @@ checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e"
 
 [[package]]
 name = "polkadot"
-version = "0.8.8-dev"
+version = "0.8.8"
 dependencies = [
  "assert_cmd",
  "futures 0.3.5",
@@ -4078,7 +4078,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-availability-store"
-version = "0.8.8-dev"
+version = "0.8.8"
 dependencies = [
  "derive_more 0.99.7",
  "exit-future",
@@ -4104,7 +4104,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-cli"
-version = "0.8.8-dev"
+version = "0.8.8"
 dependencies = [
  "frame-benchmarking-cli",
  "futures 0.3.5",
@@ -4129,7 +4129,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-collator"
-version = "0.8.8-dev"
+version = "0.8.8"
 dependencies = [
  "futures 0.3.5",
  "futures-timer 2.0.2",
@@ -4157,7 +4157,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-erasure-coding"
-version = "0.8.8-dev"
+version = "0.8.8"
 dependencies = [
  "derive_more 0.15.0",
  "parity-scale-codec",
@@ -4169,7 +4169,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-network"
-version = "0.8.8-dev"
+version = "0.8.8"
 dependencies = [
  "arrayvec 0.4.12",
  "bytes 0.5.4",
@@ -4197,7 +4197,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-network-test"
-version = "0.8.8-dev"
+version = "0.8.8"
 dependencies = [
  "futures 0.3.5",
  "log 0.4.8",
@@ -4240,7 +4240,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-parachain"
-version = "0.8.8-dev"
+version = "0.8.8"
 dependencies = [
  "derive_more 0.99.7",
  "log 0.4.8",
@@ -4259,7 +4259,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-primitives"
-version = "0.8.8-dev"
+version = "0.8.8"
 dependencies = [
  "bitvec",
  "frame-system",
@@ -4281,7 +4281,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-rpc"
-version = "0.8.8-dev"
+version = "0.8.8"
 dependencies = [
  "jsonrpc-core",
  "pallet-transaction-payment-rpc",
@@ -4306,7 +4306,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-runtime"
-version = "0.8.8-dev"
+version = "0.8.8"
 dependencies = [
  "bitvec",
  "frame-benchmarking",
@@ -4380,7 +4380,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-runtime-common"
-version = "0.8.8-dev"
+version = "0.8.8"
 dependencies = [
  "bitvec",
  "frame-benchmarking",
@@ -4467,7 +4467,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-service"
-version = "0.8.8-dev"
+version = "0.8.8"
 dependencies = [
  "env_logger",
  "frame-benchmarking",
@@ -4585,7 +4585,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-statement-table"
-version = "0.8.8-dev"
+version = "0.8.8"
 dependencies = [
  "parity-scale-codec",
  "polkadot-primitives",
@@ -4594,7 +4594,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-test-runtime"
-version = "0.8.8-dev"
+version = "0.8.8"
 dependencies = [
  "bitvec",
  "frame-executive",
@@ -4672,7 +4672,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-validation"
-version = "0.8.8-dev"
+version = "0.8.8"
 dependencies = [
  "bitvec",
  "derive_more 0.14.1",
@@ -7771,7 +7771,7 @@ dependencies = [
 
 [[package]]
 name = "test-parachain-adder"
-version = "0.8.8-dev"
+version = "0.8.8"
 dependencies = [
  "dlmalloc",
  "parity-scale-codec",
@@ -7810,7 +7810,7 @@ dependencies = [
 
 [[package]]
 name = "test-parachain-halt"
-version = "0.8.8-dev"
+version = "0.8.8"
 dependencies = [
  "substrate-wasm-builder-runner 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
@@ -8678,7 +8678,7 @@ dependencies = [
 
 [[package]]
 name = "westend-runtime"
-version = "0.8.8-dev"
+version = "0.8.8"
 dependencies = [
  "bitvec",
  "frame-benchmarking",
diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml
index 8f9fc273a9b..fd6d302da36 100644
--- a/polkadot/Cargo.toml
+++ b/polkadot/Cargo.toml
@@ -4,7 +4,7 @@ path = "src/main.rs"
 
 [package]
 name = "polkadot"
-version = "0.8.8-dev"
+version = "0.8.8"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 
diff --git a/polkadot/availability-store/Cargo.toml b/polkadot/availability-store/Cargo.toml
index c5e7d5349e6..c658885c0dd 100644
--- a/polkadot/availability-store/Cargo.toml
+++ b/polkadot/availability-store/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "polkadot-availability-store"
 description = "Persistent database for parachain data"
-version = "0.8.8-dev"
+version = "0.8.8"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 
diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml
index 55332223d38..8e811b9c85d 100644
--- a/polkadot/cli/Cargo.toml
+++ b/polkadot/cli/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-cli"
-version = "0.8.8-dev"
+version = "0.8.8"
 authors = ["Parity Technologies <admin@parity.io>"]
 description = "Polkadot Relay-chain Client Node"
 edition = "2018"
diff --git a/polkadot/collator/Cargo.toml b/polkadot/collator/Cargo.toml
index 9f71889eb2d..dfbc9d7530d 100644
--- a/polkadot/collator/Cargo.toml
+++ b/polkadot/collator/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-collator"
-version = "0.8.8-dev"
+version = "0.8.8"
 authors = ["Parity Technologies <admin@parity.io>"]
 description = "Collator node implementation"
 edition = "2018"
diff --git a/polkadot/erasure-coding/Cargo.toml b/polkadot/erasure-coding/Cargo.toml
index 70902eb800b..c9ee5fb60f7 100644
--- a/polkadot/erasure-coding/Cargo.toml
+++ b/polkadot/erasure-coding/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-erasure-coding"
-version = "0.8.8-dev"
+version = "0.8.8"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 
diff --git a/polkadot/network/Cargo.toml b/polkadot/network/Cargo.toml
index 7def2b8ddb3..ac292ed3481 100644
--- a/polkadot/network/Cargo.toml
+++ b/polkadot/network/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-network"
-version = "0.8.8-dev"
+version = "0.8.8"
 authors = ["Parity Technologies <admin@parity.io>"]
 description = "Polkadot-specific networking protocol"
 edition = "2018"
diff --git a/polkadot/network/test/Cargo.toml b/polkadot/network/test/Cargo.toml
index 4819dbf807a..8b0881f828b 100644
--- a/polkadot/network/test/Cargo.toml
+++ b/polkadot/network/test/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-network-test"
-version = "0.8.8-dev"
+version = "0.8.8"
 license = "GPL-3.0"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
diff --git a/polkadot/parachain/Cargo.toml b/polkadot/parachain/Cargo.toml
index 1616c84fdf4..be713fe56d9 100644
--- a/polkadot/parachain/Cargo.toml
+++ b/polkadot/parachain/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-parachain"
-version = "0.8.8-dev"
+version = "0.8.8"
 authors = ["Parity Technologies <admin@parity.io>"]
 description = "Types and utilities for creating and working with parachains"
 edition = "2018"
diff --git a/polkadot/parachain/test-parachains/adder/Cargo.toml b/polkadot/parachain/test-parachains/adder/Cargo.toml
index 68f0c53dd94..bc379ad1839 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.8.8-dev"
+version = "0.8.8"
 authors = ["Parity Technologies <admin@parity.io>"]
 description = "Test parachain which adds to a number as its state transition"
 edition = "2018"
diff --git a/polkadot/parachain/test-parachains/halt/Cargo.toml b/polkadot/parachain/test-parachains/halt/Cargo.toml
index 96cb5ad1f71..6df56d75024 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.8.8-dev"
+version = "0.8.8"
 authors = ["Parity Technologies <admin@parity.io>"]
 description = "Test parachain which executes forever"
 edition = "2018"
diff --git a/polkadot/primitives/Cargo.toml b/polkadot/primitives/Cargo.toml
index 0263c476f3b..42c1ef9c1ed 100644
--- a/polkadot/primitives/Cargo.toml
+++ b/polkadot/primitives/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-primitives"
-version = "0.8.8-dev"
+version = "0.8.8"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 
diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml
index 27914f42650..8ec6bda43ec 100644
--- a/polkadot/rpc/Cargo.toml
+++ b/polkadot/rpc/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-rpc"
-version = "0.8.8-dev"
+version = "0.8.8"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 
diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml
index 81cdd8cfc69..f572a96ef83 100644
--- a/polkadot/runtime/common/Cargo.toml
+++ b/polkadot/runtime/common/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-runtime-common"
-version = "0.8.8-dev"
+version = "0.8.8"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 
diff --git a/polkadot/runtime/kusama/Cargo.toml b/polkadot/runtime/kusama/Cargo.toml
index 018060b0971..a2a7477dc53 100644
--- a/polkadot/runtime/kusama/Cargo.toml
+++ b/polkadot/runtime/kusama/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "kusama-runtime"
-version = "0.8.8-dev"
+version = "0.8.8"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 build = "build.rs"
diff --git a/polkadot/runtime/polkadot/Cargo.toml b/polkadot/runtime/polkadot/Cargo.toml
index 301e6c3e311..be3c4f30876 100644
--- a/polkadot/runtime/polkadot/Cargo.toml
+++ b/polkadot/runtime/polkadot/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-runtime"
-version = "0.8.8-dev"
+version = "0.8.8"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 build = "build.rs"
diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml
index 41ddd2b6496..b8534601dd0 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.8.8-dev"
+version = "0.8.8"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 build = "build.rs"
diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml
index 32a898c5e2e..86e6c22d715 100644
--- a/polkadot/runtime/westend/Cargo.toml
+++ b/polkadot/runtime/westend/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "westend-runtime"
-version = "0.8.8-dev"
+version = "0.8.8"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 build = "build.rs"
diff --git a/polkadot/service/Cargo.toml b/polkadot/service/Cargo.toml
index 9c4482d358d..2751f140b5f 100644
--- a/polkadot/service/Cargo.toml
+++ b/polkadot/service/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-service"
-version = "0.8.8-dev"
+version = "0.8.8"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 
diff --git a/polkadot/statement-table/Cargo.toml b/polkadot/statement-table/Cargo.toml
index 0118ec9f539..d1fbdcf37bd 100644
--- a/polkadot/statement-table/Cargo.toml
+++ b/polkadot/statement-table/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-statement-table"
-version = "0.8.8-dev"
+version = "0.8.8"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 
diff --git a/polkadot/validation/Cargo.toml b/polkadot/validation/Cargo.toml
index ca5928a3a18..003d6aef16e 100644
--- a/polkadot/validation/Cargo.toml
+++ b/polkadot/validation/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-validation"
-version = "0.8.8-dev"
+version = "0.8.8"
 authors = ["Parity Technologies <admin@parity.io>"]
 edition = "2018"
 
-- 
GitLab