diff --git a/Cargo.lock b/Cargo.lock index 2d840bc..19f492c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -590,19 +590,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "jhira" -version = "0.1.1" +version = "0.1.2" dependencies = [ "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "jhira_core 0.1.1", + "jhira_core 0.1.2", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jhira_core" -version = "0.1.1" +version = "0.1.2" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "argh 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/jhira/Cargo.toml b/jhira/Cargo.toml index 6624213..ffa87b7 100644 --- a/jhira/Cargo.toml +++ b/jhira/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "jhira" -version = "0.1.1" +version = "0.1.2" authors = ["Shane Osbourne "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -jhira_core = { path = "../jhira_core", version = "0.1.1" } +jhira_core = { path = "../jhira_core", version = "0.1.2" } tokio = { version = "0.2.13", features = ["full"] } failure = "0.1.6" futures = "0.3.4" diff --git a/jhira_core/Cargo.toml b/jhira_core/Cargo.toml index 49dd27f..63fae4f 100644 --- a/jhira_core/Cargo.toml +++ b/jhira_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jhira_core" -version = "0.1.1" +version = "0.1.2" authors = ["Shane Osbourne "] edition = "2018"