subprojects: update libc-rs to 0.2.185

Same version used in Android right now.

Reviewed-by: LingMan
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41321>
This commit is contained in:
Gurchetan Singh 2026-05-01 15:26:37 -07:00 committed by Marge Bot
parent f111dedab6
commit e5ebc027ca
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
[wrap-file]
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
directory = libc-0.2.185
source_url = https://crates.io/api/v1/crates/libc/0.2.185/download
source_filename = libc-0.2.185.tar.gz
source_hash = 52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f
patch_directory = libc-0.2-rs

View file

@ -4,7 +4,7 @@
project(
'libc',
'rust',
version : '0.2.168',
version : '0.2.185',
license : 'MIT OR Apache-2.0',
meson_version : '>= 1.7.0',
)