remove derive_debug feature

This commit is contained in:
Fabian Kaczmarczyck
2021-02-02 06:42:49 +01:00
parent 371e8b6f35
commit 9270afbc21
3 changed files with 4 additions and 5 deletions

View File

@@ -25,5 +25,4 @@ regex = { version = "1", optional = true }
[features]
std = ["cbor/std", "hex", "rand", "ring", "untrusted", "serde", "serde_json", "regex"]
derive_debug = []
with_ctap1 = []