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
Generated
+2 -1
View File
@@ -1314,7 +1314,8 @@ dependencies = [
[[package]] [[package]]
name = "managarr-tree-widget" name = "managarr-tree-widget"
version = "0.24.0" version = "0.24.0"
source = "git+https://github.com/Dark-Alex-17/managarr-tree-widget.git#b0d8d9f0bfdbb4f4a43f9a59806f8e84bbaf4e30" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae8e5f28f9581dcddb67e4741a96231752dafb997224cae6d42c75db29eb5af"
dependencies = [ dependencies = [
"ratatui", "ratatui",
"unicode-width 0.2.0", "unicode-width 0.2.0",
+1 -1
View File
@@ -45,7 +45,7 @@ ctrlc = "3.4.5"
colored = "2.1.0" colored = "2.1.0"
async-trait = "0.1.83" async-trait = "0.1.83"
dirs-next = "2.0.0" 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] [dev-dependencies]
assert_cmd = "2.0.16" assert_cmd = "2.0.16"