Release 2.0.6 - TUI formatting fix
All checks were successful
Run Tests on Code / run-tests (push) Successful in 0s
Build and Release Binary File / run-tests (push) Successful in 2s
Build and Release Binary File / build (push) Successful in 1m2s
Build and Release Binary File / upload-release (push) Successful in 8s

This commit is contained in:
Neshura 2023-12-17 23:03:34 +01:00
parent b218773148
commit 0d8ecb2a55
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -281,7 +281,7 @@ dependencies = [
[[package]]
name = "ascendance-of-a-bookworm-bot"
version = "2.0.5"
version = "2.0.6"
dependencies = [
"chrono",
"confy",

View file

@ -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

View file

@ -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