This is a PR to update to latest winreg. In another project I use there is a version conflict as this repo uses an older version of winreg. It does not break any compatibility from what I can see and the tests works just fine 👍
EDIT: Or release current main which allows me to use default-features = false to skip the winreg dependency
This is a PR to update to latest
winreg
. In another project I use there is a version conflict as this repo uses an older version ofwinreg
. It does not break any compatibility from what I can see and the tests works just fine 👍EDIT: Or release current main which allows me to use
default-features = false
to skip thewinreg
dependency