From 5f04e1aa52f13de5c344514078e7936d38f4d39a Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 23 Mar 2020 16:29:10 +0100 Subject: [PATCH] Version bump --- polkadot/Cargo.lock | 134 +++++++++++----------- 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/parachain/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/service/Cargo.toml | 2 +- polkadot/statement-table/Cargo.toml | 2 +- polkadot/test-parachains/adder/Cargo.toml | 2 +- polkadot/test-parachains/halt/Cargo.toml | 2 +- polkadot/validation/Cargo.toml | 2 +- 19 files changed, 85 insertions(+), 85 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index f383f84156..46c91a27df 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -11,11 +11,11 @@ dependencies = [ [[package]] name = "adder" -version = "0.7.28-pre1" +version = "0.7.28" dependencies = [ "dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.28-pre1", + "polkadot-parachain 0.7.28", "sp-io 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -25,13 +25,13 @@ dependencies = [ name = "adder-collator" version = "0.1.0" dependencies = [ - "adder 0.7.28-pre1", + "adder 0.7.28", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-collator 0.7.28-pre1", - "polkadot-parachain 0.7.28-pre1", - "polkadot-primitives 0.7.28-pre1", + "polkadot-collator 0.7.28", + "polkadot-parachain 0.7.28", + "polkadot-primitives 0.7.28", "sc-client 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -1598,7 +1598,7 @@ dependencies = [ [[package]] name = "halt" -version = "0.7.28-pre1" +version = "0.7.28" dependencies = [ "substrate-wasm-builder-runner 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2060,7 +2060,7 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.7.28-pre1" +version = "0.7.28" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "frame-benchmarking 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -2099,9 +2099,9 @@ dependencies = [ "pallet-utility 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "pallet-vesting 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.28-pre1", - "polkadot-primitives 0.7.28-pre1", - "polkadot-runtime-common 0.7.28-pre1", + "polkadot-parachain 0.7.28", + "polkadot-primitives 0.7.28", + "polkadot-runtime-common 0.7.28", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3697,20 +3697,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "polkadot" -version = "0.7.28-pre1" +version = "0.7.28" dependencies = [ "assert_cmd 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-cli 0.7.28-pre1", - "polkadot-service 0.7.28-pre1", + "polkadot-cli 0.7.28", + "polkadot-service 0.7.28", "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-availability-store" -version = "0.7.28-pre1" +version = "0.7.28" dependencies = [ "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", "exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3721,8 +3721,8 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-erasure-coding 0.7.28-pre1", - "polkadot-primitives 0.7.28-pre1", + "polkadot-erasure-coding 0.7.28", + "polkadot-primitives 0.7.28", "sc-client 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sc-keystore 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -3737,12 +3737,12 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.7.28-pre1" +version = "0.7.28" dependencies = [ "frame-benchmarking-cli 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-service 0.7.28-pre1", + "polkadot-service 0.7.28", "sc-cli 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sc-client 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -3760,17 +3760,17 @@ dependencies = [ [[package]] name = "polkadot-collator" -version = "0.7.28-pre1" +version = "0.7.28" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-cli 0.7.28-pre1", - "polkadot-network 0.7.28-pre1", - "polkadot-primitives 0.7.28-pre1", - "polkadot-service 0.7.28-pre1", - "polkadot-validation 0.7.28-pre1", + "polkadot-cli 0.7.28", + "polkadot-network 0.7.28", + "polkadot-primitives 0.7.28", + "polkadot-service 0.7.28", + "polkadot-validation 0.7.28", "sc-cli 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sc-client 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -3786,11 +3786,11 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.7.28-pre1" +version = "0.7.28" dependencies = [ "derive_more 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.28-pre1", + "polkadot-primitives 0.7.28", "reed-solomon-erasure 4.0.0 (git+https://github.com/paritytech/reed-solomon-erasure)", "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sp-trie 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -3798,7 +3798,7 @@ dependencies = [ [[package]] name = "polkadot-network" -version = "0.7.28-pre1" +version = "0.7.28" dependencies = [ "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3809,10 +3809,10 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.7.28-pre1", - "polkadot-erasure-coding 0.7.28-pre1", - "polkadot-primitives 0.7.28-pre1", - "polkadot-validation 0.7.28-pre1", + "polkadot-availability-store 0.7.28", + "polkadot-erasure-coding 0.7.28", + "polkadot-primitives 0.7.28", + "polkadot-validation 0.7.28", "sc-client 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sc-network 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sc-network-gossip 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -3849,11 +3849,11 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.7.28-pre1" +version = "0.7.28" dependencies = [ - "adder 0.7.28-pre1", + "adder 0.7.28", "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "halt 0.7.28-pre1", + "halt 0.7.28", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3872,12 +3872,12 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.7.28-pre1" +version = "0.7.28" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "pallet-babe 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.28-pre1", + "polkadot-parachain 0.7.28", "pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sp-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -3893,12 +3893,12 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.7.28-pre1" +version = "0.7.28" dependencies = [ "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "pallet-transaction-payment-rpc 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.28-pre1", + "polkadot-primitives 0.7.28", "sc-client 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sc-rpc 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sp-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -3909,7 +3909,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.7.28-pre1" +version = "0.7.28" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "frame-benchmarking 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -3946,9 +3946,9 @@ dependencies = [ "pallet-treasury 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "pallet-vesting 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.28-pre1", - "polkadot-primitives 0.7.28-pre1", - "polkadot-runtime-common 0.7.28-pre1", + "polkadot-parachain 0.7.28", + "polkadot-primitives 0.7.28", + "polkadot-runtime-common 0.7.28", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3975,7 +3975,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.7.28-pre1" +version = "0.7.28" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "frame-benchmarking 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -3996,8 +3996,8 @@ dependencies = [ "pallet-treasury 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "pallet-vesting 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.28-pre1", - "polkadot-primitives 0.7.28-pre1", + "polkadot-parachain 0.7.28", + "polkadot-primitives 0.7.28", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4016,13 +4016,13 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.7.28-pre1" +version = "0.7.28" dependencies = [ "frame-benchmarking 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "frame-system-rpc-runtime-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "kusama-runtime 0.7.28-pre1", + "kusama-runtime 0.7.28", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "pallet-babe 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -4031,13 +4031,13 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.7.28-pre1", - "polkadot-network 0.7.28-pre1", - "polkadot-primitives 0.7.28-pre1", - "polkadot-rpc 0.7.28-pre1", - "polkadot-runtime 0.7.28-pre1", + "polkadot-availability-store 0.7.28", + "polkadot-network 0.7.28", + "polkadot-primitives 0.7.28", + "polkadot-rpc 0.7.28", + "polkadot-runtime 0.7.28", "polkadot-test-runtime-client 2.0.0", - "polkadot-validation 0.7.28-pre1", + "polkadot-validation 0.7.28", "sc-authority-discovery 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sc-block-builder 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sc-chain-spec 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -4073,16 +4073,16 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.7.28-pre1" +version = "0.7.28" dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.28-pre1", + "polkadot-primitives 0.7.28", "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "polkadot-test-runtime" -version = "0.7.28-pre1" +version = "0.7.28" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "frame-executive 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -4109,9 +4109,9 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "pallet-vesting 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-parachain 0.7.28-pre1", - "polkadot-primitives 0.7.28-pre1", - "polkadot-runtime-common 0.7.28-pre1", + "polkadot-parachain 0.7.28", + "polkadot-primitives 0.7.28", + "polkadot-runtime-common 0.7.28", "rustc-hex 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4141,7 +4141,7 @@ version = "2.0.0" dependencies = [ "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-test-runtime 0.7.28-pre1", + "polkadot-test-runtime 0.7.28", "sc-block-builder 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sc-client 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", @@ -4155,7 +4155,7 @@ dependencies = [ [[package]] name = "polkadot-validation" -version = "0.7.28-pre1" +version = "0.7.28" dependencies = [ "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4166,11 +4166,11 @@ dependencies = [ "pallet-babe 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-availability-store 0.7.28-pre1", - "polkadot-erasure-coding 0.7.28-pre1", - "polkadot-parachain 0.7.28-pre1", - "polkadot-primitives 0.7.28-pre1", - "polkadot-statement-table 0.7.28-pre1", + "polkadot-availability-store 0.7.28", + "polkadot-erasure-coding 0.7.28", + "polkadot-parachain 0.7.28", + "polkadot-primitives 0.7.28", + "polkadot-statement-table 0.7.28", "sc-block-builder 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sc-client-api 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", "sc-finality-grandpa 0.8.0-alpha.4 (git+https://github.com/paritytech/substrate)", diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index 17f27d0922..f4b9e83bbc 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -4,7 +4,7 @@ path = "src/main.rs" [package] name = "polkadot" -version = "0.7.28-pre1" +version = "0.7.28" authors = ["Parity Technologies "] build = "build.rs" edition = "2018" diff --git a/polkadot/availability-store/Cargo.toml b/polkadot/availability-store/Cargo.toml index f2f400985d..aa5e5cd7a5 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.7.28-pre1" +version = "0.7.28" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index 73d92123a1..4cb1df4263 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.7.28-pre1" +version = "0.7.28" authors = ["Parity Technologies "] description = "Polkadot node implementation in Rust." edition = "2018" diff --git a/polkadot/collator/Cargo.toml b/polkadot/collator/Cargo.toml index 9ba1da7025..7a44fd2e74 100644 --- a/polkadot/collator/Cargo.toml +++ b/polkadot/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-collator" -version = "0.7.28-pre1" +version = "0.7.28" authors = ["Parity Technologies "] description = "Collator node implementation" edition = "2018" diff --git a/polkadot/erasure-coding/Cargo.toml b/polkadot/erasure-coding/Cargo.toml index 5b0c36d32d..f84d367cc1 100644 --- a/polkadot/erasure-coding/Cargo.toml +++ b/polkadot/erasure-coding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-erasure-coding" -version = "0.7.28-pre1" +version = "0.7.28" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/network/Cargo.toml b/polkadot/network/Cargo.toml index 44123bbcbf..e84e540ab7 100644 --- a/polkadot/network/Cargo.toml +++ b/polkadot/network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-network" -version = "0.7.28-pre1" +version = "0.7.28" authors = ["Parity Technologies "] description = "Polkadot-specific networking protocol" edition = "2018" diff --git a/polkadot/parachain/Cargo.toml b/polkadot/parachain/Cargo.toml index 7385fe580a..b09092029e 100644 --- a/polkadot/parachain/Cargo.toml +++ b/polkadot/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.7.28-pre1" +version = "0.7.28" authors = ["Parity Technologies "] description = "Types and utilities for creating and working with parachains" edition = "2018" diff --git a/polkadot/primitives/Cargo.toml b/polkadot/primitives/Cargo.toml index 52143693a2..1fbe50a85d 100644 --- a/polkadot/primitives/Cargo.toml +++ b/polkadot/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.7.28-pre1" +version = "0.7.28" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml index b2028d082f..76fe0e89b5 100644 --- a/polkadot/rpc/Cargo.toml +++ b/polkadot/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.7.28-pre1" +version = "0.7.28" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index 452c3bd044..82ff488654 100644 --- a/polkadot/runtime/common/Cargo.toml +++ b/polkadot/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-common" -version = "0.7.28-pre1" +version = "0.7.28" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/kusama/Cargo.toml b/polkadot/runtime/kusama/Cargo.toml index ff9e44c27a..08a726549f 100644 --- a/polkadot/runtime/kusama/Cargo.toml +++ b/polkadot/runtime/kusama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime" -version = "0.7.28-pre1" +version = "0.7.28" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/polkadot/Cargo.toml b/polkadot/runtime/polkadot/Cargo.toml index 78202823e3..5f813c6f09 100644 --- a/polkadot/runtime/polkadot/Cargo.toml +++ b/polkadot/runtime/polkadot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.7.28-pre1" +version = "0.7.28" 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 791f91b2d0..3597527b86 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.7.28-pre1" +version = "0.7.28" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/service/Cargo.toml b/polkadot/service/Cargo.toml index 4d152e6060..c69fd14624 100644 --- a/polkadot/service/Cargo.toml +++ b/polkadot/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.7.28-pre1" +version = "0.7.28" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/statement-table/Cargo.toml b/polkadot/statement-table/Cargo.toml index 00a7c69581..e53d523fed 100644 --- a/polkadot/statement-table/Cargo.toml +++ b/polkadot/statement-table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-table" -version = "0.7.28-pre1" +version = "0.7.28" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/test-parachains/adder/Cargo.toml b/polkadot/test-parachains/adder/Cargo.toml index 33418d7fc6..586c372446 100644 --- a/polkadot/test-parachains/adder/Cargo.toml +++ b/polkadot/test-parachains/adder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adder" -version = "0.7.28-pre1" +version = "0.7.28" authors = ["Parity Technologies "] description = "Test parachain which adds to a number as its state transition" edition = "2018" diff --git a/polkadot/test-parachains/halt/Cargo.toml b/polkadot/test-parachains/halt/Cargo.toml index d6ccf93425..c7136dd643 100644 --- a/polkadot/test-parachains/halt/Cargo.toml +++ b/polkadot/test-parachains/halt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "halt" -version = "0.7.28-pre1" +version = "0.7.28" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2018" diff --git a/polkadot/validation/Cargo.toml b/polkadot/validation/Cargo.toml index cbbfbe169c..f2c14835a1 100644 --- a/polkadot/validation/Cargo.toml +++ b/polkadot/validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-validation" -version = "0.7.28-pre1" +version = "0.7.28" authors = ["Parity Technologies "] edition = "2018"