mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
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:
parent
83bf45b0ce
commit
9ddc160012
4 changed files with 4 additions and 4 deletions
|
|
@ -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',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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)',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue