Allow linux-raw-sys 0.11, same as rustix 1.1.3
This commit is contained in:
parent
cf80ca7a66
commit
85eafb30ae
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ tokio = { version = "1", features = ["rt", "macros", "io-util", "rt-multi-thread
|
|||
|
||||
[target.'cfg(any(target_os="linux", target_os="android"))'.dependencies]
|
||||
rustix = { version = "1.0.1", features = ["fs", "event", "net", "time", "mm"] }
|
||||
linux-raw-sys = { version = "0.12.1", features = ["ioctl"] }
|
||||
linux-raw-sys = { version = ">= 0.11, <= 0.12", features = ["ioctl"] }
|
||||
|
||||
[target.'cfg(target_os="windows")'.dependencies]
|
||||
windows-sys = { version = ">= 0.60, <= 0.61", features = ["Win32_Devices_Usb", "Win32_Devices_DeviceAndDriverInstallation", "Win32_Foundation", "Win32_Devices_Properties", "Win32_Storage_FileSystem", "Win32_Security", "Win32_System_IO", "Win32_System_Registry", "Win32_System_Com"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue