From 4100b0eb46d8811c809bca4dab43f07796ff1980 Mon Sep 17 00:00:00 2001 From: inportb Date: Tue, 4 Nov 2025 16:46:31 -0500 Subject: [PATCH] Fix: dependency specified without providing a local path, Git repository, version, or workspace dependency to use --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",