From 61fa89736d34ce754503a61dbf870dbc663c19ed Mon Sep 17 00:00:00 2001 From: Nicolas Di Prima Date: Tue, 22 Oct 2019 06:58:07 +0100 Subject: [PATCH] make pseudo release 0.7.0-alpha.dev for QA and Devops to pin point to it. Breaking changes with 0.6.x family --- Cargo.lock | 22 +++++++++++----------- jcli/Cargo.toml | 2 +- jormungandr-integration-tests/Cargo.toml | 2 +- jormungandr-lib/Cargo.toml | 2 +- jormungandr-scenario-tests/Cargo.toml | 2 +- jormungandr/Cargo.toml | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95acfefe52..5059d991b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1329,7 +1329,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "jcli" -version = "0.6.9999-dev" +version = "0.7.0-alpha.dev" dependencies = [ "bech32 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1343,7 +1343,7 @@ dependencies = [ "custom_error 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "gtmpl 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "jormungandr-lib 0.6.9999-dev", + "jormungandr-lib 0.7.0-alpha.dev", "maplit 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "mktemp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1363,7 +1363,7 @@ dependencies = [ [[package]] name = "jormungandr" -version = "0.6.999-dev" +version = "0.7.0-alpha.dev" dependencies = [ "actix-net 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", "actix-threadpool 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1385,7 +1385,7 @@ dependencies = [ "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", "imhamt 0.1.0", - "jormungandr-lib 0.6.9999-dev", + "jormungandr-lib 0.7.0-alpha.dev", "juniper 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1416,7 +1416,7 @@ dependencies = [ [[package]] name = "jormungandr-integration-tests" -version = "0.6.999-dev" +version = "0.7.0-alpha.dev" dependencies = [ "assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "assert_fs 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1426,9 +1426,9 @@ dependencies = [ "chain-impl-mockchain 0.1.0", "custom_error 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "galvanic-test 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jcli 0.6.9999-dev", - "jormungandr 0.6.999-dev", - "jormungandr-lib 0.6.9999-dev", + "jcli 0.7.0-alpha.dev", + "jormungandr 0.7.0-alpha.dev", + "jormungandr-lib 0.7.0-alpha.dev", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "mktemp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "poldercast 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1445,7 +1445,7 @@ dependencies = [ [[package]] name = "jormungandr-lib" -version = "0.6.9999-dev" +version = "0.7.0-alpha.dev" dependencies = [ "bech32 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1468,7 +1468,7 @@ dependencies = [ [[package]] name = "jormungandr-scenario-tests" -version = "0.6.999-dev" +version = "0.7.0-alpha.dev" dependencies = [ "bawawa 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1481,7 +1481,7 @@ dependencies = [ "error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jormungandr-lib 0.6.9999-dev", + "jormungandr-lib 0.7.0-alpha.dev", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "mktemp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "poldercast 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/jcli/Cargo.toml b/jcli/Cargo.toml index 8c8d09bba4..39f345ab43 100644 --- a/jcli/Cargo.toml +++ b/jcli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jcli" -version = "0.6.999-dev" +version = "0.7.0-alpha.dev" authors = [ "dev@iohk.io" ] license = "MIT OR Apache-2.0" repository = "https://github.com/input-output-hk/jormungandr" diff --git a/jormungandr-integration-tests/Cargo.toml b/jormungandr-integration-tests/Cargo.toml index ef595df089..a30fc20806 100644 --- a/jormungandr-integration-tests/Cargo.toml +++ b/jormungandr-integration-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-integration-tests" -version = "0.6.999-dev" +version = "0.7.0-alpha.dev" authors = [ "dev@iohk.io" ] edition = "2018" diff --git a/jormungandr-lib/Cargo.toml b/jormungandr-lib/Cargo.toml index 7b177bbed5..85185cf0c7 100644 --- a/jormungandr-lib/Cargo.toml +++ b/jormungandr-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-lib" -version = "0.6.999-dev" +version = "0.7.0-alpha.dev" authors = ["dev@iohk.io"] edition = "2018" diff --git a/jormungandr-scenario-tests/Cargo.toml b/jormungandr-scenario-tests/Cargo.toml index 41b11ddb06..cf33150576 100644 --- a/jormungandr-scenario-tests/Cargo.toml +++ b/jormungandr-scenario-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-scenario-tests" -version = "0.6.999-dev" +version = "0.7.0-alpha.dev" authors = [ "dev@iohk.io" ] edition = "2018" diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index 9d3f224711..cadef2f234 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr" -version = "0.6.999-dev" +version = "0.7.0-alpha.dev" authors = [ "dev@iohk.io" ] license = "MIT OR Apache-2.0" repository = "https://github.com/input-output-hk/jormungandr"