fix: remove unused dependecy from file-watcher-actor
All checks were successful
Rust / build (push) Successful in 1m26s
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/cron/cron-docker-builder Pipeline was successful
ci/woodpecker/cron/push-next Pipeline was successful
ci/woodpecker/cron/tag-created Pipeline was successful

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
file_watcher_actor --> config
forge --> core
forge --> git
forge --> forge_forgejo

View file

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