From 6e1e31227063e0117992f9959cf807445e20bdac Mon Sep 17 00:00:00 2001 From: chanderlud Date: Sat, 12 Aug 2023 17:08:47 -0700 Subject: [PATCH] Update to v1.0.2 --- Cargo.toml | 2 +- src/main.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec302ff..761a569 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "corroded_monitor" -version = "1.0.1" +version = "1.0.2" edition = "2021" build = "build.rs" diff --git a/src/main.rs b/src/main.rs index f8b22ab..54e9d9b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -17,6 +17,7 @@ mod system; mod ui; // TODO optional stats, dont render them if they arent available +// TODO loading state fn main() { if let Err(error) = ui::main() { println!("An error occurred: {:?}", error);