chore: remove feature declarations
config and git crates don't have and feature dependent code
This commit is contained in:
parent
df8ebc6af7
commit
a8427fa67a
2 changed files with 0 additions and 10 deletions
|
@ -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 }
|
||||
|
|
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Reference in a new issue