From 19564620ff0c9112c8e1859c1e230448cb5da68f Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sat, 13 May 2023 14:37:38 +0300 Subject: [PATCH] bump version code --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a06cb52..c8820b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3415,7 +3415,7 @@ dependencies = [ [[package]] name = "superviseur" -version = "0.1.0-alpha.6" +version = "0.1.0-alpha.7" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 1ee1b45..8a60349 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MPL-2.0" name = "superviseur" readme = "README.md" repository = "https://github.com/tsirysndr/superviseur" -version = "0.1.0-alpha.6" +version = "0.1.0-alpha.7" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -46,7 +46,7 @@ rust-embed = {version = "6.6.0", features = ["debug-embed", "actix"]} serde = "1.0.152" serde_json = "1.0.96" sha256 = "1.1.2" -shiplift = { version = "0.7.0", features = ["vendored-ssl"] } +shiplift = {version = "0.7.0", features = ["vendored-ssl"]} slab = "0.4.8" spinners = "4.1.0" sysinfo = "0.28.1"