From 9659de284b9849742df3e3177d1d28affce78456 Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Wed, 20 Feb 2019 09:26:24 -0500 Subject: [PATCH] v0.1.9: Add more input and glob types We also updated to Rust 2018. --- Cargo.lock | 10 +++++----- falconeri-worker/Cargo.toml | 2 +- falconeri/Cargo.toml | 2 +- falconeri_common/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3f5f62..5de4342 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -342,13 +342,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "falconeri" -version = "0.1.8" +version = "0.1.9" dependencies = [ "base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "bson 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.0 (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.1.8", + "falconeri_common 0.1.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)", "magnet_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -366,12 +366,12 @@ dependencies = [ [[package]] name = "falconeri-worker" -version = "0.1.8" +version = "0.1.9" dependencies = [ "crossbeam 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.0 (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.1.8", + "falconeri_common 0.1.9", "glob 0.2.11 (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.16 (registry+https://github.com/rust-lang/crates.io-index)", @@ -381,7 +381,7 @@ dependencies = [ [[package]] name = "falconeri_common" -version = "0.1.8" +version = "0.1.9" dependencies = [ "backoff 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/falconeri-worker/Cargo.toml b/falconeri-worker/Cargo.toml index e82c102..3b8d599 100644 --- a/falconeri-worker/Cargo.toml +++ b/falconeri-worker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "falconeri-worker" -version = "0.1.8" +version = "0.1.9" authors = ["Eric Kidd "] edition = "2018" diff --git a/falconeri/Cargo.toml b/falconeri/Cargo.toml index a4d348b..532add2 100644 --- a/falconeri/Cargo.toml +++ b/falconeri/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Eric Kidd "] name = "falconeri" -version = "0.1.8" +version = "0.1.9" edition = "2018" [dependencies] diff --git a/falconeri_common/Cargo.toml b/falconeri_common/Cargo.toml index 26823be..4c26a74 100644 --- a/falconeri_common/Cargo.toml +++ b/falconeri_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "falconeri_common" -version = "0.1.8" +version = "0.1.9" authors = ["Eric Kidd "] edition = "2018"