Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Sep 28, 2024
1 parent 1f3c75f commit f7e6df7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f7e6df7

Please sign in to comment.