Skip to content

Commit 0bbcad0

Browse files
author
Yue Fei
committed
Update
1 parent b5acab8 commit 0bbcad0

File tree

2 files changed

+46
-81
lines changed

2 files changed

+46
-81
lines changed

Cargo.lock

+45-76
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-5
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,9 @@ zstd = "0.13"
9595

9696
[target."cfg(windows)".dependencies]
9797
cc = "1"
98-
windows-registry = "0.2.0"
98+
windows-registry = "0.3.0"
9999
windows-result = "0.2.0"
100100

101-
[patch.crates-io]
102-
windows-registry = { git = "https://github.com/microsoft/windows-rs.git" }
103-
windows-result = { git = "https://github.com/microsoft/windows-rs.git" }
104-
105101
[target."cfg(windows)".dependencies.windows-sys]
106102
features = [
107103
"Win32_Foundation",

0 commit comments

Comments
 (0)