diff --git a/Cargo.lock b/Cargo.lock index d8f9ec48c5..2681c10239 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -271,7 +271,7 @@ dependencies = [ [[package]] name = "libstratis" -version = "0.5.3" +version = "0.5.4" dependencies = [ "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 742f42ad17..44b3635d44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libstratis" -version = "0.5.3" +version = "0.5.4" authors = ["Stratis Developers "] [dependencies]