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:
@@ -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)',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user