mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 10:21:53 +00:00
remove default features
This commit is contained in:
committed by
Aiden McClelland
parent
217d8dbdef
commit
7ae3ef9497
@@ -12,7 +12,6 @@ version = "0.1.0"
|
|||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
[features]
|
[features]
|
||||||
default = ["trace", "unstable"]
|
|
||||||
debug = ["tracing"]
|
debug = ["tracing"]
|
||||||
trace = ["debug", "tracing-error"]
|
trace = ["debug", "tracing-error"]
|
||||||
unstable = []
|
unstable = []
|
||||||
|
|||||||
Reference in New Issue
Block a user