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

chore(win): bumped windows-sys to v0.59.0 #142

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

git-g00d
Copy link
Contributor

windows.rs needed changed due to LocalFree method call being moved to windows_sys::Win32::foundation, and pointer passed to LocalFree requires *mut c_void now (not sure if the fix I did is correct, but it compiles and the example works)

…o LocalFree method call being moved to windows_sysWin32::foUNDATION, and pointer passed to LocalFree requires *mut c_void now (not sure if the fix I did is correct, but it compiles and the example works)
@EstebanBorai EstebanBorai changed the title bumped windows-sys to v0.59.0 chore(win): bumped windows-sys to v0.59.0 Sep 15, 2024
Copy link
Owner

@EstebanBorai EstebanBorai left a comment

Choose a reason for hiding this comment

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

@git-g00d thanks so much for your efforts in this PR!

@EstebanBorai
Copy link
Owner

@git-g00d can you please run cargo fmt and push? Thank you so much!

@git-g00d
Copy link
Contributor Author

@EstebanBorai cargo fmt and pushed, and happy to help!

@EstebanBorai EstebanBorai merged commit 5e08ccd into EstebanBorai:main Sep 16, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants