From f051f57d5547f57c71be1795634344e31f4bea0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20ALLART?= Date: Sat, 11 Sep 2021 20:14:32 +0200 Subject: [PATCH] build(gen-features): remove unused toml dependency --- stm32-gen-features/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/stm32-gen-features/Cargo.toml b/stm32-gen-features/Cargo.toml index 1b8f7951..fea63651 100644 --- a/stm32-gen-features/Cargo.toml +++ b/stm32-gen-features/Cargo.toml @@ -9,4 +9,3 @@ edition = "2018" [dependencies] glob = "0.3.0" yaml-rust = "0.4.5" -toml = "0.5.8"