From b7b1a8179d2041b56e143a9b50cd3c356104a4ab Mon Sep 17 00:00:00 2001 From: Zerthox Date: Thu, 14 Dec 2023 16:00:14 +0100 Subject: [PATCH] Remove default feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2066d81..27ebde1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/zerthox/arcdps-buddy" [dependencies] arc_util = { git = "https://github.com/zerthox/arcdps-utils", features = ["serde", "settings", "update"] } -arcdps = { git = "https://github.com/zerthox/arcdps-rs", features = ["log", "serde", "strum", "unwind"] } +arcdps = { git = "https://github.com/zerthox/arcdps-rs", features = ["log", "serde", "strum"] } log = { version = "0.4.18", features = ["release_max_level_info"] } num_enum = "0.7.1" once_cell = "1.17.2"