From d81eeb8baf9849051e99c3a76a8c6924620b6919 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Fri, 17 Feb 2023 05:55:49 +0200 Subject: [PATCH] Remove the defualt features --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d7e15da..a2c6c3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,5 @@ features = ["yaml_conf"] lyrics = ["lrc"] debug = ["log", "pretty_env_logger"] -default = ["lyrics", "debug"] - [dev-dependencies] test-context = "0.1.4"