diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 9863a9901a..7a8a24bee5 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 8f9fc273a9..fd6d302da3 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 "] edition = "2018" diff --git a/polkadot/availability-store/Cargo.toml b/polkadot/availability-store/Cargo.toml index c5e7d5349e..c658885c0d 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 "] edition = "2018" diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index 55332223d3..8e811b9c85 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 "] description = "Polkadot Relay-chain Client Node" edition = "2018" diff --git a/polkadot/collator/Cargo.toml b/polkadot/collator/Cargo.toml index 9f71889eb2..dfbc9d7530 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 "] description = "Collator node implementation" edition = "2018" diff --git a/polkadot/erasure-coding/Cargo.toml b/polkadot/erasure-coding/Cargo.toml index 70902eb800..c9ee5fb60f 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 "] edition = "2018" diff --git a/polkadot/network/Cargo.toml b/polkadot/network/Cargo.toml index 7def2b8ddb..ac292ed348 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 "] description = "Polkadot-specific networking protocol" edition = "2018" diff --git a/polkadot/network/test/Cargo.toml b/polkadot/network/test/Cargo.toml index 4819dbf807..8b0881f828 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 "] edition = "2018" diff --git a/polkadot/parachain/Cargo.toml b/polkadot/parachain/Cargo.toml index 1616c84fdf..be713fe56d 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 "] 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 68f0c53dd9..bc379ad183 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 "] 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 96cb5ad1f7..6df56d7502 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 "] description = "Test parachain which executes forever" edition = "2018" diff --git a/polkadot/primitives/Cargo.toml b/polkadot/primitives/Cargo.toml index 0263c476f3..42c1ef9c1e 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 "] edition = "2018" diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml index 27914f4265..8ec6bda43e 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 "] edition = "2018" diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index 81cdd8cfc6..f572a96ef8 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 "] edition = "2018" diff --git a/polkadot/runtime/kusama/Cargo.toml b/polkadot/runtime/kusama/Cargo.toml index 018060b097..a2a7477dc5 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 "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/polkadot/Cargo.toml b/polkadot/runtime/polkadot/Cargo.toml index 301e6c3e31..be3c4f3087 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 "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml index 41ddd2b649..b8534601dd 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 "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index 32a898c5e2..86e6c22d71 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 "] edition = "2018" build = "build.rs" diff --git a/polkadot/service/Cargo.toml b/polkadot/service/Cargo.toml index 9c4482d358..2751f140b5 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 "] edition = "2018" diff --git a/polkadot/statement-table/Cargo.toml b/polkadot/statement-table/Cargo.toml index 0118ec9f53..d1fbdcf37b 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 "] edition = "2018" diff --git a/polkadot/validation/Cargo.toml b/polkadot/validation/Cargo.toml index ca5928a3a1..003d6aef16 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 "] edition = "2018"