liranringel / ipconfig

Get network adapters information for windows (written in Rust).
Apache License 2.0
38 stars 15 forks source link

Updated winreg to 0.10.1 #48

Closed Hoodad closed 2 years ago

Hoodad commented 2 years ago

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

liranringel commented 2 years ago

Thanks!