From 78a00f2cd3b7f0dfca41c89966989fe6913caf12 Mon Sep 17 00:00:00 2001 From: Shane Osbourne Date: Sun, 15 Mar 2020 22:04:55 +0000 Subject: [PATCH] release 0.1.6 --- Cargo.lock | 6 +++--- jhira/Cargo.toml | 4 ++-- jhira_core/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f286e3..b31ce06 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.5" +version = "0.1.6" 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.5", + "jhira_core 0.1.6", "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.5" +version = "0.1.6" 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 2ae6874..aefab2f 100644 --- a/jhira/Cargo.toml +++ b/jhira/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "jhira" -version = "0.1.5" +version = "0.1.6" 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.5" } +jhira_core = { path = "../jhira_core", version = "0.1.6" } 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 9be55e0..258df90 100644 --- a/jhira_core/Cargo.toml +++ b/jhira_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jhira_core" -version = "0.1.5" +version = "0.1.6" authors = ["Shane Osbourne "] edition = "2018"