Skip to content

Commit 109efd0

Browse files
authored
Update to linux-raw-sys 0.8.0. (#1328)
This updates to Linux 6.13.
1 parent 19037c3 commit 109efd0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ compiler_builtins = { version = '0.1.49', optional = true }
3030
# libc backend can be selected via adding `--cfg=rustix_use_libc` to
3131
# `RUSTFLAGS` or enabling the `use-libc` cargo feature.
3232
[target.'cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_endian = "little", target_arch = "s390x"), any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "s390x"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))'.dependencies]
33-
linux-raw-sys = { version = "0.7.0", default-features = false, features = ["general", "errno", "ioctl", "no_std", "elf"] }
33+
linux-raw-sys = { version = "0.8.0", default-features = false, features = ["general", "errno", "ioctl", "no_std", "elf"] }
3434
libc_errno = { package = "errno", version = "0.3.10", default-features = false, optional = true }
3535
libc = { version = "0.2.168", default-features = false, optional = true }
3636

@@ -47,7 +47,7 @@ libc = { version = "0.2.168", default-features = false }
4747
# Some syscalls do not have libc wrappers, such as in `io_uring`. For these,
4848
# the libc backend uses the linux-raw-sys ABI and `libc::syscall`.
4949
[target.'cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_endian = "little", target_arch = "s390x"), any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "s390x"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64")))))))'.dependencies]
50-
linux-raw-sys = { version = "0.7", default-features = false, features = ["general", "ioctl", "no_std"] }
50+
linux-raw-sys = { version = "0.8", default-features = false, features = ["general", "ioctl", "no_std"] }
5151

5252
# For the libc backend on Windows, use the Winsock API in windows-sys.
5353
[target.'cfg(windows)'.dependencies.windows-sys]

0 commit comments

Comments
 (0)