From a5bf617602c62ac2d647a5dd1c2f864c3cc61cc6 Mon Sep 17 00:00:00 2001 From: Lee Smet Date: Fri, 10 Sep 2021 11:40:56 +0200 Subject: [PATCH] Bump zstor version to 0.3.0-rc.7 Signed-off-by: Lee Smet --- Cargo.lock | 2 +- zstor/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d56712..5a3e547 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3812,7 +3812,7 @@ dependencies = [ [[package]] name = "zstor_v2" -version = "0.3.0-rc.6" +version = "0.3.0-rc.7" dependencies = [ "actix", "actix-rt", diff --git a/zstor/Cargo.toml b/zstor/Cargo.toml index 136ea61..61bda46 100644 --- a/zstor/Cargo.toml +++ b/zstor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zstor_v2" -version = "0.3.0-rc.6" +version = "0.3.0-rc.7" authors = ["The Threefold Tech developers "] edition = "2018" repository = "https://github.com/threefoldtech/0-stor_v2"