From 32ccbd5db77f95971fd4798d29b84d2c16aa3c7f Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Tue, 21 Feb 2017 15:09:46 -0800 Subject: [PATCH] Bump to 0.5.4 This release correct an issue with file source whereby empty globs will consume large amounts of CPU. This does not impact systems where the file source has files to consume but is a recommended upgraded. It will not impact systems that do not use the file source. Signed-off-by: Brian L. Troutwine --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c70b55d6..aaff2209 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cernan" -version = "0.5.3" +version = "0.5.4" dependencies = [ "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 615384ca..db4ffc54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "cernan" readme = "README.md" repository = "https://github.com/postmates/cernan" -version = "0.5.3" +version = "0.5.4" [[bin]] name = "cernan"