diff --git a/Cargo.lock b/Cargo.lock index acb1d2933fdd3..461db6b5fbd00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1981,12 +1981,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "polkadot" -version = "0.3.2" +version = "0.3.3" dependencies = [ "ctrlc 1.1.1 (git+https://github.com/paritytech/rust-ctrlc.git)", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-cli 0.3.2", + "polkadot-cli 0.3.3", "vergen 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2006,12 +2006,12 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.3.2" +version = "0.3.3" dependencies = [ "exit-future 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-service 0.3.2", + "polkadot-service 0.3.3", "structopt 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "substrate-cli 0.3.0 (git+https://github.com/paritytech/substrate?branch=alexander-backports)", "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2024,7 +2024,7 @@ dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-codec 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "polkadot-cli 0.3.2", + "polkadot-cli 0.3.3", "polkadot-primitives 0.1.0", "polkadot-runtime 0.1.0", "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate?branch=alexander-backports)", @@ -2159,7 +2159,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.3.2" +version = "0.3.3" dependencies = [ "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 0de48c879e8e7..651a922ea91ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ path = "src/main.rs" [package] name = "polkadot" -version = "0.3.2" +version = "0.3.3" authors = ["Parity Technologies "] build = "build.rs" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index de83875361539..d2ca9393fbfab 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.3.2" +version = "0.3.3" authors = ["Parity Technologies "] description = "Polkadot node implementation in Rust." diff --git a/service/Cargo.toml b/service/Cargo.toml index 6a5519eea7bef..7b6b879dfb5ea 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.3.2" +version = "0.3.3" authors = ["Parity Technologies "] [dependencies]