mirror of
https://github.com/openharmony/third_party_rust_mio.git
synced 2026-07-19 22:33:39 -04:00
Add missing mstcpip feature flag to winapi dependency.
This commit is contained in:
committed by
Thomas de Zeeuw
parent
3d90b7e4a9
commit
eea13df15a
+1
-1
@@ -50,7 +50,7 @@ libc = "0.2.86"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
miow = "0.3.6"
|
||||
winapi = { version = "0.3", features = ["winsock2", "mswsock"] }
|
||||
winapi = { version = "0.3", features = ["winsock2", "mswsock", "mstcpip"] }
|
||||
ntapi = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user