@@ -39,7 +39,7 @@ once_cell = { version = "1.5.2", optional = true }
39
39
# libc backend can be selected via adding `--cfg=rustix_use_libc` to
40
40
# `RUSTFLAGS` or enabling the `use-libc` cargo feature.
41
41
[target .'cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))' .dependencies ]
42
- linux-raw-sys = { version = " 0.1.2 " , default-features = false , features = [" general" , " errno" , " ioctl" , " no_std" ] }
42
+ linux-raw-sys = { version = " 0.2.0 " , default-features = false , features = [" general" , " errno" , " ioctl" , " no_std" ] }
43
43
libc_errno = { package = " errno" , version = " 0.2.8" , default-features = false , optional = true }
44
44
libc = { version = " 0.2.133" , features = [" extra_traits" ], optional = true }
45
45
@@ -56,7 +56,7 @@ libc = { version = "0.2.133", features = ["extra_traits"] }
56
56
# Some syscalls do not have libc wrappers, such as in `io_uring`. For these,
57
57
# the libc backend uses the linux-raw-sys ABI and `libc::syscall`.
58
58
[target .'cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))))' .dependencies ]
59
- linux-raw-sys = { version = " 0.1.2 " , default-features = false , features = [" general" , " no_std" ] }
59
+ linux-raw-sys = { version = " 0.2.0 " , default-features = false , features = [" general" , " no_std" ] }
60
60
61
61
# For the libc backend on Windows, use the Winsock2 API in windows-sys.
62
62
[target .'cfg(windows)' .dependencies .windows-sys ]
0 commit comments