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.8 #27

Closed SonnyX closed 3 years ago

SonnyX commented 3 years ago

Updates the requirements on winreg to permit the latest version.

Commits
  • 9714349 Bump version to 0.8.0
  • 1f7d3dd Implement char serialization
  • a03b7d6 Implement maps serialization
  • 4c1de2c Merge pull request #38 from jyn514/compile-error
  • 6841063 Give a better error message when not compiling on Windows
  • e57c297 impl Display for RegValue
  • 32c20d9 Constify some methods of RegKey
  • b29ad8a Move tests to tests/reg_key.rs
  • 932807f Use new docs.rs feature and set needed targets explicitly
  • See full diff in compare view


nabijaczleweli commented 3 years ago

Thanks! Released in v1.4.1.