diff --git a/Cargo.toml b/Cargo.toml index c61f8db..a2b1993 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" edition = "2018" [dependencies] -windows-sys = { features = [ +windows-sys = { version = "*", features = [ "Win32_Foundation", "Win32_Security_Cryptography", "Win32_Security_Cryptography_UI",