From b7a5c4a95136ecd242c2a85a3b0f3bd71b818f3c Mon Sep 17 00:00:00 2001 From: Gurchetan Singh Date: Fri, 26 Sep 2025 08:44:23 -0700 Subject: [PATCH] subprojects: update rustix and libc to newer versions Useful for future refactors. Reviewed-by: David Gilhooley --- subprojects/libc-0.2-rs.wrap | 8 ++++---- subprojects/packagefiles/rustix-1-rs/meson.build | 2 +- subprojects/rustix-1-rs.wrap | 10 ++++------ 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/subprojects/libc-0.2-rs.wrap b/subprojects/libc-0.2-rs.wrap index 0fd8bb257b3..a06c754bb41 100644 --- a/subprojects/libc-0.2-rs.wrap +++ b/subprojects/libc-0.2-rs.wrap @@ -1,6 +1,6 @@ [wrap-file] -directory = libc-0.2.168 -source_url = https://crates.io/api/v1/crates/libc/0.2.168/download -source_filename = libc-0.2.168.tar.gz -source_hash = 5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d +directory = libc-0.2.171 +source_url = https://crates.io/api/v1/crates/libc/0.2.171/download +source_filename = libc-0.2.171.tar.gz +source_hash = c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6 patch_directory = libc-0.2-rs diff --git a/subprojects/packagefiles/rustix-1-rs/meson.build b/subprojects/packagefiles/rustix-1-rs/meson.build index ca09539f3d8..96791ffa8fa 100644 --- a/subprojects/packagefiles/rustix-1-rs/meson.build +++ b/subprojects/packagefiles/rustix-1-rs/meson.build @@ -4,7 +4,7 @@ project( 'rustix', 'rust', - version : '1.0.7', + version : '1.1.2', license : 'Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT', ) diff --git a/subprojects/rustix-1-rs.wrap b/subprojects/rustix-1-rs.wrap index 357d6b6be9e..2d96820f2f1 100644 --- a/subprojects/rustix-1-rs.wrap +++ b/subprojects/rustix-1-rs.wrap @@ -1,8 +1,6 @@ [wrap-file] -directory = rustix-1.0.7 -source_url = https://crates.io/api/v1/crates/rustix/1.0.7/download -source_filename = rustix-1.0.7.tar.gz -source_hash = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 +directory = rustix-1.1.2 +source_url = https://crates.io/api/v1/crates/rustix/1.1.2/download +source_filename = rustix-1.1.2.tar.gz +source_hash = cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e patch_directory = rustix-1-rs - -diff_files = rustix-1-rs/0001-BACKPORT-rustix-on-Linux-support-a-build-without-lin.patch