From b4f716bd3aee839c07694ac8dafd44e83175e7d5 Mon Sep 17 00:00:00 2001 From: ComplexSpaces Date: Thu, 10 Mar 2022 22:04:16 -0600 Subject: [PATCH] Update winreg to 0.10 (#1496) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd20c5b..ac2147b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -145,7 +145,7 @@ doc-comment = "0.3" tokio = { version = "1.0", default-features = false, features = ["macros", "rt-multi-thread"] } [target.'cfg(windows)'.dependencies] -winreg = "0.7" +winreg = "0.10" # wasm