From 9961fe2f82760198855b609d09f4bb415c9289e9 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 31 Oct 2024 15:04:36 -0600 Subject: [PATCH] Hotfix for demo; added the --config flag to specify different config files, and added --disable-terminal-size-checks for running the demo and for users who really know what they're doing --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73f260c..ac0dee2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1148,7 +1148,7 @@ dependencies = [ [[package]] name = "managarr" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 0821559..8326216 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "managarr" -version = "0.1.2" +version = "0.1.3" authors = ["Alex Clarke "] description = "A TUI and CLI to manage your Servarrs" keywords = ["managarr", "tui-rs", "dashboard", "servarr", "tui"]