From ca1e7c3e06f9ab9439a4129746f1f9eb2e1d2bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Kongstad?= Date: Mon, 8 Jan 2024 09:51:10 +0100 Subject: [PATCH] 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 --- tools/aconfig/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/aconfig/Cargo.toml b/tools/aconfig/Cargo.toml index 2edf4b89cc..7b58e94631 100644 --- a/tools/aconfig/Cargo.toml +++ b/tools/aconfig/Cargo.toml @@ -20,6 +20,3 @@ tinytemplate = "1.2.1" [build-dependencies] protobuf-codegen = "3.2.0" - -[dev-dependencies] -itertools = "0.10.5"