meson: Sync subproject version numbers in packagefiles with their .wrap equivalents

These tell meson which version the `.wrap` file downloads and should therefore always stay in sync.
No dependency is actually being updated here.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34368>
This commit is contained in:
LingMan
2025-04-03 22:58:38 +02:00
committed by Marge Bot
parent 83bf45b0ce
commit 9ddc160012
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
project( project(
'proc-macro2', 'proc-macro2',
'rust', 'rust',
version : '1.0.56', version : '1.0.86',
license :'MIT OR Apache-2.0', license :'MIT OR Apache-2.0',
) )

View File

@@ -1,7 +1,7 @@
project( project(
'quote', 'quote',
'rust', 'rust',
version : '1.0.25', version : '1.0.33',
license :'MIT OR Apache-2.0', license :'MIT OR Apache-2.0',
) )

View File

@@ -1,7 +1,7 @@
project( project(
'syn', 'syn',
'rust', 'rust',
version : '2.0.15', version : '2.0.68',
license :'MIT OR Apache-2.0', license :'MIT OR Apache-2.0',
) )

View File

@@ -1,7 +1,7 @@
project( project(
'unicode-ident', 'unicode-ident',
'rust', 'rust',
version : '1.0.6', version : '1.0.12',
license : '(MIT or Apache-2.0) AND Unicode-DFS-2016)', license : '(MIT or Apache-2.0) AND Unicode-DFS-2016)',
) )