Skip to content

Commit

Permalink
Add missing windows-sys feature
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Jan 14, 2024
1 parent 5bcacde commit 8e3ec20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tracing = "0.1.40"
tracing-futures = { version = "0.2.5", features = ["futures-03"] }

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.52.0", features = ["Win32_Networking_WinSock", "Win32_System_IO"] }
windows-sys = { version = "0.52.0", features = ["Win32_Networking_WinSock", "Win32_Foundation", "Win32_System_IO"] }

[dev-dependencies]
ascom-alpaca = { path = ".", features = ["test"] }
Expand Down

0 comments on commit 8e3ec20

Please sign in to comment.