diff options
| author | Côme ALLART <[email protected]> | 2021-09-11 20:14:32 +0200 |
|---|---|---|
| committer | Côme ALLART <[email protected]> | 2021-09-11 20:14:32 +0200 |
| commit | f051f57d5547f57c71be1795634344e31f4bea0e (patch) | |
| tree | 2fa0d9f5ea3a7c3cd120cfa5b84b134181478402 | |
| parent | 99ccf18160d9bb94071ae7e9cedb7760ab83eab6 (diff) | |
build(gen-features): remove unused toml dependency
| -rw-r--r-- | stm32-gen-features/Cargo.toml | 1 |
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] |
| 10 | glob = "0.3.0" | 10 | glob = "0.3.0" |
| 11 | yaml-rust = "0.4.5" | 11 | yaml-rust = "0.4.5" |
| 12 | toml = "0.5.8" | ||
