From 0d8ecb2a55c4e9e03cc750050cf0db6625eac405 Mon Sep 17 00:00:00 2001 From: Neshura Date: Sun, 17 Dec 2023 23:03:34 +0100 Subject: [PATCH] Release 2.0.6 - TUI formatting fix --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/tui/mod.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3be6101..be73f37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -281,7 +281,7 @@ dependencies = [ [[package]] name = "ascendance-of-a-bookworm-bot" -version = "2.0.5" +version = "2.0.6" dependencies = [ "chrono", "confy", diff --git a/Cargo.toml b/Cargo.toml index f5bf9fe..17723cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ascendance-of-a-bookworm-bot" -version = "2.0.5" +version = "2.0.6" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/tui/mod.rs b/src/tui/mod.rs index 5c6406c..ddb1368 100644 --- a/src/tui/mod.rs +++ b/src/tui/mod.rs @@ -27,7 +27,7 @@ async fn print_info<'a>(data: RwLockReadGuard<'a, SharedData>, min_len_series: & Utc::now().naive_local().format("%H:%M:%S") ); println!("Instance: {}", data.config.instance); - print!( + println!( "Ran Last: {} | Config Reload Interval: {}", data .start