Skip to content

Commit

Permalink
bump windows-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
xorpse committed Nov 19, 2024
1 parent b946a50 commit cb1698f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idalib-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ libc = "0.2"
objc = "0.2"

[target.'cfg(target_os = "windows")'.dependencies]
windows-sys = { version = "0.52.0", features = ["Win32_System_Threading"] }
windows-sys = { version = "0.59.0", features = ["Win32_System_Threading"] }

[build-dependencies]
autocxx-bindgen = "0.69"
Expand Down

0 comments on commit cb1698f

Please sign in to comment.