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:
Generated
+2
-1
@@ -1314,7 +1314,8 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "managarr-tree-widget"
|
||||
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 = [
|
||||
"ratatui",
|
||||
"unicode-width 0.2.0",
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user