Skip to content

Commit

Permalink
Remove default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Dec 14, 2023
1 parent 181839f commit b7b1a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b7b1a81

Please sign in to comment.