Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca1e7c3e authored by Mårten Kongstad's avatar Mårten Kongstad
Browse files

aconfig: Cargo.toml: remove obsolete dev-dependencies

The itertools crate was initially added as a dev-dependency. A later CL
also added it as a regular dependency, rendering the dev-dependency
obsolete. Remove it.

Bug: N/A
Test: cargo b
Change-Id: I12099f672f865430cf1cef97f8b4a8bc3eb055ec
parent 32fd2dee
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -20,6 +20,3 @@ tinytemplate = "1.2.1"

[build-dependencies]
protobuf-codegen = "3.2.0"

[dev-dependencies]
itertools = "0.10.5"