From f7e6df786026928f75bddc1b76f12e8564cc9b6a Mon Sep 17 00:00:00 2001 From: Vignesh Rao Date: Sat, 28 Sep 2024 11:32:42 -0500 Subject: [PATCH] Release `v0.1.1` --- Cargo.toml | 2 +- src/lib.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d7f6c2a..3682ca1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "SysMonk" -version = "0.1.0" +version = "0.1.1" description = "SysMonk is a highly efficient, lightweight API for resource monitoring that uses WebSockets for real-time streaming." license = "MIT" documentation = "https://docs.rs/SysMonk" diff --git a/src/lib.rs b/src/lib.rs index 0f7e6e2..675309a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -40,7 +40,6 @@ mod legacy; /// ``` pub async fn start() -> io::Result<()> { let metadata = constant::build_info(); - // todo: Move all commandline process to config - so it configurable via .env files let config = squire::startup::get_config(&metadata); squire::startup::init_logger(config.debug, config.utc_logging, &metadata.crate_name);