diff --git a/Cargo.lock b/Cargo.lock index b81397fe..66d6c0a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1593,7 +1593,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "wf2" -version = "0.17.0" +version = "0.18.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)", @@ -1606,12 +1606,12 @@ dependencies = [ "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)", "users 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", - "wf2_core 0.17.0", + "wf2_core 0.18.0", ] [[package]] name = "wf2_core" -version = "0.17.0" +version = "0.18.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 7de83339..fd466d88 100644 --- a/wf2/Cargo.toml +++ b/wf2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wf2" -version = "0.17.0" +version = "0.18.0" 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.17.0" } +wf2_core = { path = "../wf2_core", version = "0.18.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 271188b1..445f2367 100644 --- a/wf2_core/Cargo.toml +++ b/wf2_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wf2_core" -version = "0.17.0" +version = "0.18.0" authors = ["Shane Osbourne "] edition = "2018" description = "The engine for WF2"