From c0201c46cedb36970f4e090063ee55a0de652bd2 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 10 Feb 2020 16:07:37 -0500 Subject: [PATCH] version 2.0.1 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 b2d8bfefb8..3e942f6a5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -284,7 +284,7 @@ dependencies = [ [[package]] name = "libstratis" -version = "2.0.0" +version = "2.0.1" 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 99d43ac5ab..ab5b1c2386 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libstratis" -version = "2.0.0" +version = "2.0.1" authors = ["Stratis Developers "] edition = "2018"