Skip to content

Commit

Permalink
Bump windows-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Jan 17, 2025
1 parent f61bfa4 commit 63af0fa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions crates/profile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jemalloc-ctl = { version = "0.5.0", package = "tikv-jemalloc-ctl", optional = tr
perf-event = "=0.4.7"

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.52", features = [
"Win32_Foundation",
windows-sys = { version = "0.59", features = [
"Win32_System_Threading",
"Win32_System_ProcessStatus",
] }
Expand Down
5 changes: 4 additions & 1 deletion crates/rust-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ vfs.workspace = true
paths.workspace = true

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.52", features = ["Win32_System_Diagnostics_Debug", "Win32_System_Threading"] }
windows-sys = { version = "0.59", features = [
"Win32_System_Diagnostics_Debug",
"Win32_System_Threading",
] }

[target.'cfg(not(target_env = "msvc"))'.dependencies]
jemallocator = { version = "0.5.0", package = "tikv-jemallocator", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/stdx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ itertools.workspace = true

[target.'cfg(windows)'.dependencies]
miow = "0.6.0"
windows-sys = { version = "0.52", features = ["Win32_Foundation"] }
windows-sys = "0.59"

[features]
# Uncomment to enable for the whole crate graph
Expand Down

0 comments on commit 63af0fa

Please sign in to comment.