Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Windows dependencies #18965

Closed
wants to merge 1 commit into from
Closed

Conversation

kennykerr
Copy link
Contributor

This updates rust-analyzer to the latest version of the windows-sys crate.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 17, 2025
@kennykerr
Copy link
Contributor Author

Closing in favor of #18966 😊

@kennykerr kennykerr closed this Jan 17, 2025
@@ -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 = { version = "0.59", features = ["Win32_Foundation"] }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
windows-sys = { version = "0.59", features = ["Win32_Foundation"] }
windows-sys = "0.59"

should be enough, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like stdx actually uses something from the Win32_Foundation feature and since no other features are being used this would be required.

@lnicola
Copy link
Member

lnicola commented Jan 17, 2025

You beat me to it: #18966 😀.

@kennykerr
Copy link
Contributor Author

OK shall I reopen this one? 🫢

@lnicola
Copy link
Member

lnicola commented Jan 17, 2025

I already reopened #18966.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants