diff --git a/patch-db/Cargo.toml b/patch-db/Cargo.toml index f5a070b..a38bfd1 100644 --- a/patch-db/Cargo.toml +++ b/patch-db/Cargo.toml @@ -12,7 +12,6 @@ version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] -default = ["trace", "unstable"] debug = ["tracing"] trace = ["debug", "tracing-error"] unstable = []