From 370c8017966cc4ff3025653e92f708767e8972b5 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Fri, 2 Aug 2024 18:32:07 -0700 Subject: [PATCH] Cargo.toml: Remove redundant dependency --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 587a763..c24e7a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" [dev-dependencies] tempfile = "3" -zbus_xml = "4" [profile.release] strip="symbols"