From 34c095443727ef19ced79e7b35cbc6e5f06a4096 Mon Sep 17 00:00:00 2001 From: mulhern Date: Fri, 14 Jun 2019 17:00:06 -0400 Subject: [PATCH] version 1.0.5 Signed-off-by: mulhern --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0c31bf1d5..edf81340ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -265,7 +265,7 @@ dependencies = [ [[package]] name = "libstratis" -version = "1.0.4" +version = "1.0.5" dependencies = [ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ea652703d8..c3a643d2a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libstratis" -version = "1.0.4" +version = "1.0.5" authors = ["Stratis Developers "] edition = "2018"