From 3339987e04533af745182b4e1aefe78ba239032b Mon Sep 17 00:00:00 2001 From: Nicolas Di Prima Date: Fri, 6 Dec 2019 15:58:04 +0000 Subject: [PATCH] v0.8.0-rc9+1 --- Cargo.lock | 24 ++++++++++++------------ 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, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2443a43f0..5ffd978cdf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1419,7 +1419,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "jcli" -version = "0.8.0-rc9" +version = "0.8.0-rc9+1" 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)", @@ -1434,7 +1434,7 @@ dependencies = [ "ed25519-bip32 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "gtmpl 0.5.7 (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.8.0-rc9", + "jormungandr-lib 0.8.0-rc9+1", "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)", @@ -1453,7 +1453,7 @@ dependencies = [ [[package]] name = "jormungandr" -version = "0.8.0-rc9" +version = "0.8.0-rc9+1" 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)", @@ -1476,7 +1476,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.8.0-rc9", + "jormungandr-lib 0.8.0-rc9+1", "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)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1509,7 +1509,7 @@ dependencies = [ [[package]] name = "jormungandr-integration-tests" -version = "0.8.0-rc9" +version = "0.8.0-rc9+1" 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)", @@ -1530,9 +1530,9 @@ dependencies = [ "galvanic-test 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "grpc 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "jcli 0.8.0-rc9", - "jormungandr 0.8.0-rc9", - "jormungandr-lib 0.8.0-rc9", + "jcli 0.8.0-rc9+1", + "jormungandr 0.8.0-rc9+1", + "jormungandr-lib 0.8.0-rc9+1", "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.9.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1555,7 +1555,7 @@ dependencies = [ [[package]] name = "jormungandr-lib" -version = "0.8.0-rc9" +version = "0.8.0-rc9+1" 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)", @@ -1580,7 +1580,7 @@ dependencies = [ [[package]] name = "jormungandr-scenario-tests" -version = "0.8.0-rc9" +version = "0.8.0-rc9+1" 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)", @@ -1593,8 +1593,8 @@ 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-integration-tests 0.8.0-rc9", - "jormungandr-lib 0.8.0-rc9", + "jormungandr-integration-tests 0.8.0-rc9+1", + "jormungandr-lib 0.8.0-rc9+1", "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.9.9 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/jcli/Cargo.toml b/jcli/Cargo.toml index ebd87e6d53..b82c9f1177 100644 --- a/jcli/Cargo.toml +++ b/jcli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jcli" -version = "0.8.0-rc9" +version = "0.8.0-rc9+1" 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 f2a1b4c18a..f674ef55ef 100644 --- a/jormungandr-integration-tests/Cargo.toml +++ b/jormungandr-integration-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-integration-tests" -version = "0.8.0-rc9" +version = "0.8.0-rc9+1" authors = [ "dev@iohk.io" ] edition = "2018" diff --git a/jormungandr-lib/Cargo.toml b/jormungandr-lib/Cargo.toml index 5e547adff6..8d508783d5 100644 --- a/jormungandr-lib/Cargo.toml +++ b/jormungandr-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-lib" -version = "0.8.0-rc9" +version = "0.8.0-rc9+1" authors = ["dev@iohk.io"] edition = "2018" diff --git a/jormungandr-scenario-tests/Cargo.toml b/jormungandr-scenario-tests/Cargo.toml index 762a1936c6..cab0509669 100644 --- a/jormungandr-scenario-tests/Cargo.toml +++ b/jormungandr-scenario-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-scenario-tests" -version = "0.8.0-rc9" +version = "0.8.0-rc9+1" authors = [ "dev@iohk.io" ] edition = "2018" diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index 42820ea47b..ed390e52ab 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr" -version = "0.8.0-rc9" +version = "0.8.0-rc9+1" authors = [ "dev@iohk.io" ] license = "MIT OR Apache-2.0" repository = "https://github.com/input-output-hk/jormungandr"