chore: remove feature declarations
Some checks failed
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) Failing after 58s

config and git crates don't have and feature dependent code
This commit is contained in:
Paul Campbell 2024-05-21 19:52:01 +01:00
parent df8ebc6af7
commit a8427fa67a
2 changed files with 0 additions and 10 deletions

View file

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

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 }