From 077da29fb15be00151fda4a76cbd98a59a816425 Mon Sep 17 00:00:00 2001 From: Keagan McClelland Date: Tue, 4 Jan 2022 16:54:33 -0700 Subject: [PATCH] remove default features --- patch-db/Cargo.toml | 1 - 1 file changed, 1 deletion(-) 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 = []