From 659f8a16a2d50f2254de0ed9137c4d5abf542644 Mon Sep 17 00:00:00 2001 From: Julien Cretin Date: Tue, 10 Aug 2021 09:42:50 +0200 Subject: [PATCH] Remove elf2tab dev-dependency We don't use it anymore. Not sure when we used to use it. Fixes #364 --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0135172..44e6feb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,6 @@ with_ctap1 = ["crypto/with_ctap1"] with_nfc = ["libtock_drivers/with_nfc"] [dev-dependencies] -elf2tab = "0.6.0" enum-iterator = "0.6.0" [build-dependencies]