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
This commit is contained in:
Mårten Kongstad 2024-01-08 09:51:10 +01:00
parent 32fd2dee4f
commit ca1e7c3e06

View file

@ -20,6 +20,3 @@ tinytemplate = "1.2.1"
[build-dependencies]
protobuf-codegen = "3.2.0"
[dev-dependencies]
itertools = "0.10.5"