From ddbfb8bba54c9655665b040609bd7ecb1473b955 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 6 Mar 2022 12:12:12 +0000 Subject: [PATCH] strum: Drop a commented-out dependency Signed-off-by: Ian Jackson --- jstest/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/jstest/Cargo.toml b/jstest/Cargo.toml index 4f2ee7b9..3bb922d1 100644 --- a/jstest/Cargo.toml +++ b/jstest/Cargo.toml @@ -38,7 +38,6 @@ fehler="1" structopt="0.3" serde = { version="1" , features=["derive", "rc"] } -#strum = { version="0.21" , features=["derive" ] } #fin. -- 2.30.2