mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 00:50:10 +01:00
subprojects: update rustix and libc to newer versions
Useful for future refactors. Reviewed-by: David Gilhooley <djgilhooley.gmail.com>
This commit is contained in:
parent
f005c0b5ad
commit
b7a5c4a951
3 changed files with 9 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue