Merge branch 'main' of gitlab.com:veilid/veilid into capnp-speculative

This commit is contained in:
John Smith 2023-11-07 22:03:53 -05:00
commit 0659a2ccb8

View File

@ -106,7 +106,7 @@ android_logger = "0.13.3"
# Dependencies for Windows
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3.9", features = ["iptypes", "iphlpapi"] }
winapi = { version = "0.3.9", features = ["iptypes", "iphlpapi", "winerror"] }
# Dependencies for iOS
[target.'cfg(target_os = "ios")'.dependencies]