From 0463d7eb0c14f1ebd47e742fdb07b55307e90270 Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin Date: Sat, 4 Nov 2023 17:57:51 +0800 Subject: [PATCH] fix: remove duplicated dep --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3883b4e9..6f1c9ad7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,6 @@ pollster = "0.3.0" rayon = "1.7.0" strum = { version = "0.25.0", features = ["derive"] } tokio = { version = "1.28.1", features = ["full"] } -strum = { version = "0.25.0", features = ["derive"] } # data structure and algorithm append-only-vec = "0.1.2"