From ac25c9985e9e49c5495b77634755ae8ad7f2eb5f Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 21 May 2024 19:52:01 +0100 Subject: [PATCH] chore: remove feature declarations git crate doesn't have and feature dependent code --- crates/git/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/crates/git/Cargo.toml b/crates/git/Cargo.toml index 21d61283..43c9f8f8 100644 --- a/crates/git/Cargo.toml +++ b/crates/git/Cargo.toml @@ -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 }