chore: published the managarr-tui-widget to crates.io so I changed the Cargo.toml to now pull from crates.io instead of directly using the repo for the widget

This commit is contained in:
2024-11-18 18:47:49 -07:00
parent d5e6d64d0f
commit aaa4e67f43
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ ctrlc = "3.4.5"
colored = "2.1.0"
async-trait = "0.1.83"
dirs-next = "2.0.0"
managarr-tree-widget = { git = "https://github.com/Dark-Alex-17/managarr-tree-widget.git" }
managarr-tree-widget = "0.24.0"
[dev-dependencies]
assert_cmd = "2.0.16"