summaryrefslogtreecommitdiffstats
path: root/vendor/rustix/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:18:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:18:32 +0000
commit4547b622d8d29df964fa2914213088b148c498fc (patch)
tree9fc6b25f3c3add6b745be9a2400a6e96140046e9 /vendor/rustix/README.md
parentReleasing progress-linux version 1.66.0+dfsg1-1~progress7.99u1. (diff)
downloadrustc-4547b622d8d29df964fa2914213088b148c498fc.tar.xz
rustc-4547b622d8d29df964fa2914213088b148c498fc.zip
Merging upstream version 1.67.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/rustix/README.md')
-rw-r--r--vendor/rustix/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/vendor/rustix/README.md b/vendor/rustix/README.md
index 4c49d1159..8ef865387 100644
--- a/vendor/rustix/README.md
+++ b/vendor/rustix/README.md
@@ -103,11 +103,11 @@ supported on Redox, such as `*at` functions like `openat`, which are important
features for `rustix`.
`rustix` has its own code for making direct syscalls, similar to the [`sc`] and
-[`scall`] crates, though `rustix` can use either the unstable Rust `asm!` macro
-or out-of-line `.s` files so it supports both Stable and Nightly Rust. `rustix`
-can also use Linux's vDSO mechanism to optimize Linux `clock_gettime` on all
-architectures, and all Linux system calls on x86. And `rustix`'s syscalls
-report errors using an optimized `Errno` type.
+[`scall`] crates, though `rustix` can use either the Rust `asm!` macro or
+out-of-line `.s` files so it supports Rust versions from 1.48 though Nightly.
+`rustix` can also use Linux's vDSO mechanism to optimize Linux `clock_gettime`
+on all architectures, and all Linux system calls on x86. And `rustix`'s
+syscalls report errors using an optimized `Errno` type.
`rustix`'s `*at` functions are similar to the [`openat`] crate, but `rustix`
provides them as free functions rather than associated functions of a `Dir`