From e02eaa2cacb6f2949fe282d9e32129db30dccfbb Mon Sep 17 00:00:00 2001 From: Julien Cretin Date: Tue, 10 Aug 2021 13:20:33 +0200 Subject: [PATCH] Remove elf2tab dev-dependency (#366) We don't use it anymore. Not sure when we used to use it. Fixes #364 Co-authored-by: kaczmarczyck <43844792+kaczmarczyck@users.noreply.github.com> --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 15984a0..987fa0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,6 @@ with_ctap2_1 = [] with_nfc = ["libtock_drivers/with_nfc"] [dev-dependencies] -elf2tab = "0.6.0" enum-iterator = "0.6.0" [build-dependencies]