moves enum-iterator dependency to dev and updates binary reference values

This commit is contained in:
Fabian Kaczmarczyck
2020-07-09 11:26:42 +02:00
parent 25b6756d4f
commit 950d90ff63
5 changed files with 27 additions and 27 deletions

View File

@@ -16,7 +16,6 @@ crypto = { path = "libraries/crypto" }
byteorder = { version = "1", default-features = false }
arrayref = "0.3.6"
subtle = { version = "2.2", default-features = false, features = ["nightly"] }
enum-iterator = "0.6.0"
[features]
debug_allocations = ["libtock/debug_allocations"]
@@ -30,6 +29,7 @@ with_ctap2_1 = []
[dev-dependencies]
elf2tab = "0.4.0"
enum-iterator = "0.6.0"
[build-dependencies]
openssl = "0.10"