subprojects: update rustix and libc to newer versions

Useful for future refactors.

Reviewed-by: David Gilhooley <djgilhooley.gmail.com>
This commit is contained in:
Gurchetan Singh 2025-09-26 08:44:23 -07:00
parent f005c0b5ad
commit b7a5c4a951
3 changed files with 9 additions and 11 deletions

View file

@ -1,6 +1,6 @@
[wrap-file] [wrap-file]
directory = libc-0.2.168 directory = libc-0.2.171
source_url = https://crates.io/api/v1/crates/libc/0.2.168/download source_url = https://crates.io/api/v1/crates/libc/0.2.171/download
source_filename = libc-0.2.168.tar.gz source_filename = libc-0.2.171.tar.gz
source_hash = 5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d source_hash = c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6
patch_directory = libc-0.2-rs patch_directory = libc-0.2-rs

View file

@ -4,7 +4,7 @@
project( project(
'rustix', 'rustix',
'rust', 'rust',
version : '1.0.7', version : '1.1.2',
license : 'Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT', license : 'Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT',
) )

View file

@ -1,8 +1,6 @@
[wrap-file] [wrap-file]
directory = rustix-1.0.7 directory = rustix-1.1.2
source_url = https://crates.io/api/v1/crates/rustix/1.0.7/download source_url = https://crates.io/api/v1/crates/rustix/1.1.2/download
source_filename = rustix-1.0.7.tar.gz source_filename = rustix-1.1.2.tar.gz
source_hash = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 source_hash = cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e
patch_directory = rustix-1-rs patch_directory = rustix-1-rs
diff_files = rustix-1-rs/0001-BACKPORT-rustix-on-Linux-support-a-build-without-lin.patch