Skip to content

Commit

Permalink
Update windows dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Jan 20, 2025
1 parent 872f91d commit d4d3212
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arc_util"
version = "0.11.4"
version = "0.11.5"
edition = "2021"
authors = ["Zerthox"]
repository = "https://github.com/zerthox/arcdps-utils"
Expand All @@ -16,7 +16,7 @@ serde_json = { version = "1.0.93", optional = true }
strum = "0.26.1"

[dependencies.windows]
version = "0.56.0"
version = "0.59.0"
features = [
"System",
"Win32_Foundation",
Expand All @@ -33,3 +33,6 @@ serde = ["dep:serde", "arcdps/serde"]
settings = ["serde", "serde_json"]
update = ["minreq", "open", "semver", "dep:serde"]
log = ["chrono"]

# [patch."https://github.com/zerthox/arcdps-rs"]
# arcdps = { path = "../arcdps-rs/arcdps" }

0 comments on commit d4d3212

Please sign in to comment.