Skip to content

Commit

Permalink
Merge pull request #12 from GyulyVGC/dependabot/cargo/main/windows-0.…
Browse files Browse the repository at this point in the history
…59.0

Update windows requirement from 0.58.0 to 0.59.0
  • Loading branch information
GyulyVGC authored Jan 9, 2025
2 parents 60d4110 + 4ab4962 commit 215d93c
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 @@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md", "examples/**/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[target.'cfg(target_os = "windows")'.dependencies]
windows = { version = "0.58.0", features = ["Win32_Foundation", "Win32_System_Diagnostics_ToolHelp"] }
windows = { version = "0.59.0", features = ["Win32_Foundation", "Win32_System_Diagnostics_ToolHelp"] }

[target.'cfg(target_os = "macos")'.dependencies]
byteorder = "1.5.0"
Expand Down

0 comments on commit 215d93c

Please sign in to comment.