Skip to content

Commit b25ce0d

Browse files
committed
fix(authenticator): Lock winapi-util to 0.1.6
0.1.7 upgraded to windows-sys which breaks the authenticator crate.
1 parent 806404e commit b25ce0d

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/authenticator/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ bytes = "1"
3333
byteorder = "1"
3434
openssl = "0.10"
3535

36+
[target."cfg(target_os = \"windows\")".dependencies]
37+
winapi-util = "=0.1.6"
38+
3639
[dev-dependencies]
3740
rand = "0.8"
3841
rusty-fork = "0.3"

0 commit comments

Comments
 (0)