chore: remove feature declarations
All checks were successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Rust / build (push) Successful in 1m12s

git crate doesn't have and feature dependent code
This commit is contained in:
Paul Campbell 2024-05-21 19:52:01 +01:00
parent df8ebc6af7
commit ac25c9985e

View file

@ -3,11 +3,6 @@ name = "git-next-git"
version = { workspace = true }
edition = { workspace = true }
[features]
default = ["forgejo"]
forgejo = []
github = []
[dependencies]
git-next-config = { workspace = true }