aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme ALLART <[email protected]>2021-09-11 20:14:32 +0200
committerCôme ALLART <[email protected]>2021-09-11 20:14:32 +0200
commitf051f57d5547f57c71be1795634344e31f4bea0e (patch)
tree2fa0d9f5ea3a7c3cd120cfa5b84b134181478402
parent99ccf18160d9bb94071ae7e9cedb7760ab83eab6 (diff)
build(gen-features): remove unused toml dependency
-rw-r--r--stm32-gen-features/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/stm32-gen-features/Cargo.toml b/stm32-gen-features/Cargo.toml
index 1b8f7951c..fea636511 100644
--- a/stm32-gen-features/Cargo.toml
+++ b/stm32-gen-features/Cargo.toml
@@ -9,4 +9,3 @@ edition = "2018"
9[dependencies] 9[dependencies]
10glob = "0.3.0" 10glob = "0.3.0"
11yaml-rust = "0.4.5" 11yaml-rust = "0.4.5"
12toml = "0.5.8"