Fixed dependencies

This commit is contained in:
mingxguo27
2020-09-22 17:41:16 +00:00
parent 6cab8aaa20
commit d0a1f707bc
5 changed files with 1 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ cbor = { path = "../libraries/cbor" }
[dependencies.ctap2]
path = ".."
features = ['std', 'ram_storage', 'fuzzing']
features = ['std', 'ram_storage']
# Prevent this from interfering with workspaces
[workspace]