Skip to content

Commit bce3ed6

Browse files
TheRedApricotdjc
authored andcommitted
replace winreg dependency
1 parent e996109 commit bce3ed6

File tree

5 files changed

+164
-212
lines changed

5 files changed

+164
-212
lines changed

Cargo.lock

Lines changed: 24 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ zstd = "0.13"
9595

9696
[target."cfg(windows)".dependencies]
9797
cc = "1"
98-
winreg = "0.52"
98+
windows-registry = "0.3.0"
99+
windows-result = "0.2.0"
99100

100101
[target."cfg(windows)".dependencies.windows-sys]
101102
features = [

0 commit comments

Comments
 (0)