cbor: drop std feature, use core in tests (#327)
This commit is contained in:
@@ -24,5 +24,5 @@ serde_json = { version = "1.0", optional = true }
|
||||
regex = { version = "1", optional = true }
|
||||
|
||||
[features]
|
||||
std = ["cbor/std", "hex", "rand", "ring", "untrusted", "serde", "serde_json", "regex"]
|
||||
std = ["hex", "rand", "ring", "untrusted", "serde", "serde_json", "regex"]
|
||||
with_ctap1 = []
|
||||
|
||||
Reference in New Issue
Block a user