gentoo90 / winreg-rs

Rust bindings to MS Windows Registry API
MIT License
168 stars 36 forks source link

bump windows-sys to 0.52.0 #70

Open honsunrise opened 3 months ago

honsunrise commented 3 months ago

Avoid this #![cfg_attr(windows_raw_dylib, feature(raw_dylib))] in windows-sys 0.48.0.

The feature raw_dylib has been stable since 1.71.0.

ognevny commented 3 months ago

there is more recent version (0.59.0) available