From 6e77384340a03749d882f0844ae033b15139d353 Mon Sep 17 00:00:00 2001 From: Piyush Mishra Date: Fri, 24 Dec 2021 22:32:54 +0530 Subject: [PATCH] index.html bug fix --- Cargo.lock | 2 +- Cargo.toml | 20 ++++++++++---------- static/index.html | 32 +++++++++++++++++--------------- 3 files changed, 28 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d722c92..51e7f7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1206,7 +1206,7 @@ dependencies = [ [[package]] name = "rasp_mgr" -version = "2.0.3" +version = "2.0.4" dependencies = [ "async-std", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2aeee4d..b991941 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rasp_mgr" -version = "2.0.3" +version = "2.0.4" description = "A simple server manager for local newtrok" authors = ["PiyushXCoder "] license = "GPL-3.0-only" @@ -12,17 +12,17 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = "2.33.3" -toml = "0.5.8" +clap = "2.33" +toml = "0.5" -tide = "0.16.0" -async-std = { version = "1.6.0", features = ["attributes"] } +tide = "0.16" +async-std = { version = "1.6", features = ["attributes"] } serde = { version = "1.0", features = ["derive"] } -humantime = "2.1.0" +humantime = "2.1" -sys-info = "0.9.0" -libc = "0.2.97" -mnt = "0.3.1" +sys-info = "0.9" +libc = "0.2" +mnt = "0.3" -libmedium = "0.6.0" +libmedium = "0.6" diff --git a/static/index.html b/static/index.html index adc682d..6b8614f 100644 --- a/static/index.html +++ b/static/index.html @@ -1,5 +1,6 @@ + @@ -8,6 +9,7 @@ Rasp Manager +

Rasp Manager

@@ -30,10 +32,9 @@ + \ No newline at end of file