fix(authenticator): Lock winapi-util to 0.1.6

0.1.7 upgraded to windows-sys which breaks the authenticator crate.
This commit is contained in:
FabianLars
2024-05-16 17:37:53 +02:00
parent 806404e96e
commit b25ce0d81b
2 changed files with 11 additions and 8 deletions
+3
View File
@@ -33,6 +33,9 @@ bytes = "1"
byteorder = "1"
openssl = "0.10"
[target."cfg(target_os = \"windows\")".dependencies]
winapi-util = "=0.1.6"
[dev-dependencies]
rand = "0.8"
rusty-fork = "0.3"