Cleans up warnings, unused functions and features (#643)

This commit is contained in:
kaczmarczyck
2023-08-14 13:59:54 +02:00
committed by GitHub
parent 8a53986961
commit 67e3d46291
5 changed files with 2 additions and 22 deletions

View File

@@ -24,4 +24,3 @@ zeroize = { version = "1.5.7", features = ["derive"] }
[features]
std = ["hex", "ring", "untrusted", "serde", "serde_json", "regex", "rand_core/getrandom"]
with_ctap1 = []