From 280750cbbce5ae85494bbdc15d368e5800f14f4d Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Fri, 13 Sep 2019 19:50:33 +0200 Subject: [PATCH] Update to winreg 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 678829c..aa71ef2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,5 +25,5 @@ exclude = ["*.enc"] vswhom = "0.1.0" [target.'cfg(all(target_os = "windows", target_env = "msvc"))'.dependencies.winreg] -version = "0.5" +version = "0.6" default-features = false