About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/subprojects
diff options
context:
space:
mode:
authorGurchetan Singh <gurchetansingh@google.com>2025-06-20 13:59:19 -0700
committerMarge Bot <marge-bot@fdo.invalid>2025-06-26 17:11:41 +0000
commit8a2f43c9bdc0ff8c25d82ed773d885377bb310af (patch)
tree9ef224b9122467dab708c8277aca3231b42b7497 /subprojects
parent5fbb3817ba71cbc479d0eb5e06f6800532eee7fa (diff)
util: rust: update to rustix 1.0.7
Latest tagged release. Fedora uses it, and for it to work on Android we'll need to latest release so a pure libc backend can be used. Reviewed-by: Marcin Radomski <dextero@google.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35768>
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/packagefiles/rustix/meson.build2
-rw-r--r--subprojects/rustix.wrap8
2 files changed, 5 insertions, 5 deletions
diff --git a/subprojects/packagefiles/rustix/meson.build b/subprojects/packagefiles/rustix/meson.build
index 9239c9c1038..acbcd1a877e 100644
--- a/subprojects/packagefiles/rustix/meson.build
+++ b/subprojects/packagefiles/rustix/meson.build
@@ -4,7 +4,7 @@
project(
'rustix',
'rust',
- version : '0.38.31',
+ version : '1.0.7',
license : 'Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT',
)
diff --git a/subprojects/rustix.wrap b/subprojects/rustix.wrap
index 7c5086d1d0e..80eb9efec30 100644
--- a/subprojects/rustix.wrap
+++ b/subprojects/rustix.wrap
@@ -1,6 +1,6 @@
[wrap-file]
-directory = rustix-0.38.31
-source_url = https://crates.io/api/v1/crates/rustix/0.38.31/download
-source_filename = rustix-0.38.31.tar.gz
-source_hash = 6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949
+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
patch_directory = rustix