diff --git a/Cargo.lock b/Cargo.lock index ea14040db4bb..66adb6cb6cd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11,11 +11,11 @@ dependencies = [ [[package]] name = "adder" -version = "0.7.27" +version = "0.7.28-pre1" 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.27", + "polkadot-parachain 0.7.28-pre1", "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.27", + "adder 0.7.28-pre1", "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.27", - "polkadot-parachain 0.7.27", - "polkadot-primitives 0.7.27", + "polkadot-collator 0.7.28-pre1", + "polkadot-parachain 0.7.28-pre1", + "polkadot-primitives 0.7.28-pre1", "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.27" +version = "0.7.28-pre1" 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.27" +version = "0.7.28-pre1" 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.27", - "polkadot-primitives 0.7.27", - "polkadot-runtime-common 0.7.27", + "polkadot-parachain 0.7.28-pre1", + "polkadot-primitives 0.7.28-pre1", + "polkadot-runtime-common 0.7.28-pre1", "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)", @@ -3753,20 +3753,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "polkadot" -version = "0.7.27" +version = "0.7.28-pre1" 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.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-cli 0.7.27", - "polkadot-service 0.7.27", + "polkadot-cli 0.7.28-pre1", + "polkadot-service 0.7.28-pre1", "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "polkadot-availability-store" -version = "0.7.27" +version = "0.7.28-pre1" 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)", @@ -3777,8 +3777,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.27", - "polkadot-primitives 0.7.27", + "polkadot-erasure-coding 0.7.28-pre1", + "polkadot-primitives 0.7.28-pre1", "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)", @@ -3793,12 +3793,12 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.7.27" +version = "0.7.28-pre1" 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.27", + "polkadot-service 0.7.28-pre1", "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)", @@ -3816,17 +3816,17 @@ dependencies = [ [[package]] name = "polkadot-collator" -version = "0.7.27" +version = "0.7.28-pre1" 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.27", - "polkadot-network 0.7.27", - "polkadot-primitives 0.7.27", - "polkadot-service 0.7.27", - "polkadot-validation 0.7.27", + "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", "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)", @@ -3842,11 +3842,11 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.7.27" +version = "0.7.28-pre1" 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.27", + "polkadot-primitives 0.7.28-pre1", "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)", @@ -3854,7 +3854,7 @@ dependencies = [ [[package]] name = "polkadot-network" -version = "0.7.27" +version = "0.7.28-pre1" 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)", @@ -3865,10 +3865,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.27", - "polkadot-erasure-coding 0.7.27", - "polkadot-primitives 0.7.27", - "polkadot-validation 0.7.27", + "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", "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)", @@ -3905,11 +3905,11 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.7.27" +version = "0.7.28-pre1" dependencies = [ - "adder 0.7.27", + "adder 0.7.28-pre1", "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)", - "halt 0.7.27", + "halt 0.7.28-pre1", "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)", @@ -3928,12 +3928,12 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.7.27" +version = "0.7.28-pre1" 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.27", + "polkadot-parachain 0.7.28-pre1", "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)", @@ -3949,12 +3949,12 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.7.27" +version = "0.7.28-pre1" 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.27", + "polkadot-primitives 0.7.28-pre1", "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)", @@ -3965,7 +3965,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.7.27" +version = "0.7.28-pre1" 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)", @@ -4002,9 +4002,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.27", - "polkadot-primitives 0.7.27", - "polkadot-runtime-common 0.7.27", + "polkadot-parachain 0.7.28-pre1", + "polkadot-primitives 0.7.28-pre1", + "polkadot-runtime-common 0.7.28-pre1", "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)", @@ -4031,7 +4031,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.7.27" +version = "0.7.28-pre1" 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)", @@ -4051,8 +4051,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.27", - "polkadot-primitives 0.7.27", + "polkadot-parachain 0.7.28-pre1", + "polkadot-primitives 0.7.28-pre1", "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)", @@ -4071,13 +4071,13 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.7.27" +version = "0.7.28-pre1" 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.27", + "kusama-runtime 0.7.28-pre1", "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)", @@ -4086,13 +4086,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.27", - "polkadot-network 0.7.27", - "polkadot-primitives 0.7.27", - "polkadot-rpc 0.7.27", - "polkadot-runtime 0.7.27", + "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-test-runtime-client 2.0.0", - "polkadot-validation 0.7.27", + "polkadot-validation 0.7.28-pre1", "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)", @@ -4128,16 +4128,16 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.7.27" +version = "0.7.28-pre1" dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-primitives 0.7.27", + "polkadot-primitives 0.7.28-pre1", "sp-core 2.0.0-alpha.4 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "polkadot-test-runtime" -version = "0.7.27" +version = "0.7.28-pre1" 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)", @@ -4163,9 +4163,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.27", - "polkadot-primitives 0.7.27", - "polkadot-runtime-common 0.7.27", + "polkadot-parachain 0.7.28-pre1", + "polkadot-primitives 0.7.28-pre1", + "polkadot-runtime-common 0.7.28-pre1", "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)", @@ -4195,7 +4195,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.27", + "polkadot-test-runtime 0.7.28-pre1", "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)", @@ -4209,7 +4209,7 @@ dependencies = [ [[package]] name = "polkadot-validation" -version = "0.7.27" +version = "0.7.28-pre1" 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)", @@ -4220,11 +4220,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.27", - "polkadot-erasure-coding 0.7.27", - "polkadot-parachain 0.7.27", - "polkadot-primitives 0.7.27", - "polkadot-statement-table 0.7.27", + "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", "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/Cargo.toml b/Cargo.toml index 9489d5d3f42e..f18a6c98ffb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ path = "src/main.rs" [package] name = "polkadot" -version = "0.7.27" +version = "0.7.28-pre1" authors = ["Parity Technologies "] build = "build.rs" edition = "2018" diff --git a/availability-store/Cargo.toml b/availability-store/Cargo.toml index 44527f3a7aa1..9cbe439f8024 100644 --- a/availability-store/Cargo.toml +++ b/availability-store/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-availability-store" description = "Persistent database for parachain data" -version = "0.7.27" +version = "0.7.28-pre1" authors = ["Parity Technologies "] edition = "2018" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 37bc4e5f88b7..73d92123a1f1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.7.27" +version = "0.7.28-pre1" authors = ["Parity Technologies "] description = "Polkadot node implementation in Rust." edition = "2018" diff --git a/collator/Cargo.toml b/collator/Cargo.toml index f16ee2930158..9ba1da70253b 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-collator" -version = "0.7.27" +version = "0.7.28-pre1" authors = ["Parity Technologies "] description = "Collator node implementation" edition = "2018" diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index 65f56c3eea59..5b0c36d32d50 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-erasure-coding" -version = "0.7.27" +version = "0.7.28-pre1" authors = ["Parity Technologies "] edition = "2018" diff --git a/network/Cargo.toml b/network/Cargo.toml index 7ac04df7c257..44123bbcbfe0 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-network" -version = "0.7.27" +version = "0.7.28-pre1" authors = ["Parity Technologies "] description = "Polkadot-specific networking protocol" edition = "2018" diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index d2bbed293f21..7385fe580ae4 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.7.27" +version = "0.7.28-pre1" authors = ["Parity Technologies "] description = "Types and utilities for creating and working with parachains" edition = "2018" diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index a9ff1532392c..52143693a2c9 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.7.27" +version = "0.7.28-pre1" authors = ["Parity Technologies "] edition = "2018" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index f3777131cafc..b2028d082f0e 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.7.27" +version = "0.7.28-pre1" authors = ["Parity Technologies "] edition = "2018" diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index f93836524539..bc466d0d50d2 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-common" -version = "0.7.27" +version = "0.7.28-pre1" authors = ["Parity Technologies "] edition = "2018" diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index 0e81c26af97b..ff9e44c27afc 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime" -version = "0.7.27" +version = "0.7.28-pre1" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index 563a2f1cdb00..78202823e39f 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.7.27" +version = "0.7.28-pre1" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index b60fc91c2560..65d31e6f0132 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-runtime" -version = "0.7.27" +version = "0.7.28-pre1" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/service/Cargo.toml b/service/Cargo.toml index 3f3f00717a4b..4d152e6060f3 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.7.27" +version = "0.7.28-pre1" authors = ["Parity Technologies "] edition = "2018" diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 35a37efea75d..00a7c6958108 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-table" -version = "0.7.27" +version = "0.7.28-pre1" authors = ["Parity Technologies "] edition = "2018" diff --git a/test-parachains/adder/Cargo.toml b/test-parachains/adder/Cargo.toml index ba0c9dd4b291..33418d7fc6fe 100644 --- a/test-parachains/adder/Cargo.toml +++ b/test-parachains/adder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "adder" -version = "0.7.27" +version = "0.7.28-pre1" authors = ["Parity Technologies "] description = "Test parachain which adds to a number as its state transition" edition = "2018" diff --git a/test-parachains/halt/Cargo.toml b/test-parachains/halt/Cargo.toml index a5e84cdf616c..d6ccf9342508 100644 --- a/test-parachains/halt/Cargo.toml +++ b/test-parachains/halt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "halt" -version = "0.7.27" +version = "0.7.28-pre1" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2018" diff --git a/validation/Cargo.toml b/validation/Cargo.toml index de8e847743ea..cbbfbe169cd9 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-validation" -version = "0.7.27" +version = "0.7.28-pre1" authors = ["Parity Technologies "] edition = "2018"