From f6412b824a5d428eabfa7077c6cb27144f4fff22 Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Mon, 17 Jun 2019 10:54:12 -0400 Subject: [PATCH] v0.2.9: Fix `falconeri job retry` This subcommand was broken in 0.2.8. --- Cargo.lock | 14 +++++++------- falconeri-worker/Cargo.toml | 2 +- falconeri/Cargo.toml | 2 +- falconeri_common/Cargo.toml | 2 +- falconerid/Cargo.toml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bcde78e..c81db7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,13 +517,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "falconeri" -version = "0.2.8" +version = "0.2.9" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "falconeri_common 0.2.8", + "falconeri_common 0.2.9", "handlebars 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "openssl 0.10.23 (registry+https://github.com/rust-lang/crates.io-index)", @@ -538,12 +538,12 @@ dependencies = [ [[package]] name = "falconeri-worker" -version = "0.2.8" +version = "0.2.9" dependencies = [ "crossbeam 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "falconeri_common 0.2.8", + "falconeri_common 0.2.9", "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "openssl 0.10.23 (registry+https://github.com/rust-lang/crates.io-index)", @@ -553,7 +553,7 @@ dependencies = [ [[package]] name = "falconeri_common" -version = "0.2.8" +version = "0.2.9" dependencies = [ "backoff 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -579,10 +579,10 @@ dependencies = [ [[package]] name = "falconerid" -version = "0.2.8" +version = "0.2.9" dependencies = [ "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "falconeri_common 0.2.8", + "falconeri_common 0.2.9", "headers 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "openssl 0.10.23 (registry+https://github.com/rust-lang/crates.io-index)", "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/falconeri-worker/Cargo.toml b/falconeri-worker/Cargo.toml index 0f7128d..8430d22 100644 --- a/falconeri-worker/Cargo.toml +++ b/falconeri-worker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "falconeri-worker" -version = "0.2.8" +version = "0.2.9" authors = ["Eric Kidd "] edition = "2018" diff --git a/falconeri/Cargo.toml b/falconeri/Cargo.toml index d50eb13..f02604d 100644 --- a/falconeri/Cargo.toml +++ b/falconeri/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Eric Kidd "] name = "falconeri" -version = "0.2.8" +version = "0.2.9" edition = "2018" [dependencies] diff --git a/falconeri_common/Cargo.toml b/falconeri_common/Cargo.toml index cc26edb..ceda7cd 100644 --- a/falconeri_common/Cargo.toml +++ b/falconeri_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "falconeri_common" -version = "0.2.8" +version = "0.2.9" authors = ["Eric Kidd "] edition = "2018" diff --git a/falconerid/Cargo.toml b/falconerid/Cargo.toml index 253c9a5..6008ff2 100644 --- a/falconerid/Cargo.toml +++ b/falconerid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "falconerid" -version = "0.2.8" +version = "0.2.9" authors = ["Eric Kidd "] edition = "2018"