nabijaczleweli / rust-embed-resource

A Cargo build script library to handle compilation and inclusion of Windows resources, in the most resilient fashion imaginable
MIT License
173 stars 29 forks source link

Update winreg to 0.9 #35

Closed roblabla closed 3 years ago

roblabla commented 3 years ago

Trying to reduce version duplications in my project ^^. Updates winreg to the latest release.

The main breaking change is around OsStrings, which were returned null-terminated by previous versions of winreg. Rust-embed-resource only gets Strings from winreg, so it shouldn't be affected.

nabijaczleweli commented 3 years ago

Released in v1.6.3 – cheers!