From a472fa7e7ad61ac442d947cbaeaa8c4a56279df7 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Mon, 31 Oct 2016 15:12:37 -0700 Subject: [PATCH] Bump to 0.4.4 0.4.3 had a bug in which the flush timer thread was not 'run'. This represented a change to the API for all sources and this was missed for the flush timer and file server. 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 6ac0874d..4393ad6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cernan" -version = "0.4.3" +version = "0.4.4" dependencies = [ "bincode 0.6.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 07c4b3e7..de2f2ad4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cernan" -version = "0.4.3" +version = "0.4.4" authors = ["Brian L. Troutwine "] build = "build.rs"