diff --git a/Cargo.lock b/Cargo.lock index a2c9ed2e07..e67345783f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -271,7 +271,7 @@ dependencies = [ [[package]] name = "libstratis" -version = "0.5.5" +version = "0.9.0" dependencies = [ "byteorder 1.2.1 (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 b383b1d021..9dbaddc8b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libstratis" -version = "0.5.5" +version = "0.9.0" authors = ["Stratis Developers "] [dependencies]