nagisa / rust_libloading

Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.
https://docs.rs/libloading
ISC License
1.22k stars 100 forks source link

misc: Update windows-sys dep #136

Closed bilelmoussaoui closed 6 months ago

bilelmoussaoui commented 7 months ago

It is the only crate that pulls the old version of windows crates

Untested as I don't have access to a windows machine. I saw https://github.com/nagisa/rust_libloading/pull/125 already, but as a short term solution, maybe merging this patch & doing a release would be a good step forward to reduce the amount of windows deps that ends up being pulled by using this crate

nagisa commented 6 months ago

There's something not quite right with github but this got merged and the PR should eventually auto-close.

Thank you and sorry for the delay!