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
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:
parent
768ec6ae02
commit
b8f4adeb50
2 changed files with 0 additions and 4 deletions
|
@ -525,8 +525,6 @@ stateDiagram-v2
|
|||
|
||||
cli --> git
|
||||
|
||||
file_watcher_actor --> config
|
||||
|
||||
forge --> core
|
||||
forge --> git
|
||||
forge --> forge_forgejo
|
||||
|
|
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Reference in a new issue