From 3c1ab1818e416b1275714e95d24a2edec59e530f Mon Sep 17 00:00:00 2001 From: Shane Osbourne Date: Thu, 13 Jun 2019 22:33:36 +0100 Subject: [PATCH] beta release 0.8.0-beta --- Cargo.lock | 6 +++--- wf2/Cargo.toml | 4 ++-- wf2_core/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ddf234c9..2ac7822b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -851,7 +851,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "wf2" -version = "0.7.2" +version = "0.8.0-beta" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -863,12 +863,12 @@ dependencies = [ "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", "terminal_size 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", - "wf2_core 0.3.0", + "wf2_core 0.4.0", ] [[package]] name = "wf2_core" -version = "0.3.0" +version = "0.4.0" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/wf2/Cargo.toml b/wf2/Cargo.toml index 5f8733d0..bde90150 100644 --- a/wf2/Cargo.toml +++ b/wf2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wf2" -version = "0.7.2" +version = "0.8.0-beta" authors = ["Shane Osbourne "] edition = "2018" description = "PHP docker environments" @@ -9,7 +9,7 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -wf2_core = { path = "../wf2_core", version = "0.3.0" } +wf2_core = { path = "../wf2_core", version = "0.4.0" } tokio = "0.1.20" futures = "0.1.27" clap = { version = "2.33.0", features = ["yaml"] } diff --git a/wf2_core/Cargo.toml b/wf2_core/Cargo.toml index 1ec58898..00ffffd6 100644 --- a/wf2_core/Cargo.toml +++ b/wf2_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wf2_core" -version = "0.3.0" +version = "0.4.0" authors = ["Shane Osbourne "] edition = "2018" description = "The engine for WF2"