chore: remove deprecated crates
This commit is contained in:
parent
bf12712bca
commit
5dc0de8a05
1 changed files with 0 additions and 8 deletions
|
@ -26,14 +26,6 @@ git-next-core = { path = "crates/core", version = "0.12" }
|
|||
git-next-forge-forgejo = { path = "crates/forge-forgejo", version = "0.12" }
|
||||
git-next-forge-github = { path = "crates/forge-github", version = "0.12" }
|
||||
|
||||
# remove after 0.12.0
|
||||
git-next-server = { path = "crates/server", version = "0.12" }
|
||||
git-next-server-actor = { path = "crates/server-actor", version = "0.12" }
|
||||
git-next-forge = { path = "crates/forge", version = "0.12" }
|
||||
git-next-repo-actor = { path = "crates/repo-actor", version = "0.12" }
|
||||
git-next-webhook-actor = { path = "crates/webhook-actor", version = "0.12" }
|
||||
git-next-file-watcher-actor = { path = "crates/file-watcher-actor", version = "0.12" }
|
||||
|
||||
# CLI parsing
|
||||
clap = { version = "4.5", features = ["cargo", "derive"] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue