Update uds, remove unused features (#1447)
This commit is contained in:
parent
1922cb0a65
commit
65ec23fd35
@ -73,7 +73,7 @@ serial_test = { version = "2", optional = true }
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
libc = "0.2" # For (*nix) libc
|
||||
uds = { version = "0.2.6", optional = true }
|
||||
uds = { version = "0.4", optional = true, default_features = false }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
windows = { version = "0.44", features = ["Win32_Foundation", "Win32_System_Threading", "Win32_System_Diagnostics_Debug", "Win32_System_Kernel", "Win32_System_Memory", "Win32_Security", "Win32_System_SystemInformation"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user