fix: remove unused dependecy from file-watcher-actor

This commit is contained in:
Paul Campbell 2024-07-25 22:46:19 +01:00
parent 768ec6ae02
commit b8f4adeb50
2 changed files with 0 additions and 4 deletions

View file

@ -525,8 +525,6 @@ stateDiagram-v2
cli --> git cli --> git
file_watcher_actor --> config
forge --> core forge --> core
forge --> git forge --> git
forge --> forge_forgejo forge --> forge_forgejo

View file

@ -7,8 +7,6 @@ repository = { workspace = true }
description = "Config file watcher for git-next, the trunk-based development manager" description = "Config file watcher for git-next, the trunk-based development manager"
[dependencies] [dependencies]
git-next-config = { workspace = true }
# logging # logging
tracing = { workspace = true } tracing = { workspace = true }