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:
parent
32fd2dee4f
commit
ca1e7c3e06
1 changed files with 0 additions and 3 deletions
|
@ -20,6 +20,3 @@ tinytemplate = "1.2.1"
|
|||
|
||||
[build-dependencies]
|
||||
protobuf-codegen = "3.2.0"
|
||||
|
||||
[dev-dependencies]
|
||||
itertools = "0.10.5"
|
||||
|
|
Loading…
Reference in a new issue