diff options
| author | LingMan <18294-LingMan@users.noreply.gitlab.freedesktop.org> | 2025-04-03 22:58:38 +0200 |
|---|---|---|
| committer | Marge Bot <emma+marge@anholt.net> | 2025-04-04 21:22:27 +0000 |
| commit | 9ddc16001226f214d4f8bccf930742f7f4786333 (patch) | |
| tree | 63afbd243f50dbeff8e0d8fa88617375c0d4821b /subprojects | |
| parent | 83bf45b0ce94f7d3504b4e2efe0f284e0cae2c09 (diff) | |
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>
Diffstat (limited to 'subprojects')
| -rw-r--r-- | subprojects/packagefiles/proc-macro2/meson.build | 2 | ||||
| -rw-r--r-- | subprojects/packagefiles/quote/meson.build | 2 | ||||
| -rw-r--r-- | subprojects/packagefiles/syn/meson.build | 2 | ||||
| -rw-r--r-- | subprojects/packagefiles/unicode-ident/meson.build | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/subprojects/packagefiles/proc-macro2/meson.build b/subprojects/packagefiles/proc-macro2/meson.build index be2b272d375..ed18c8697c5 100644 --- a/subprojects/packagefiles/proc-macro2/meson.build +++ b/subprojects/packagefiles/proc-macro2/meson.build @@ -1,7 +1,7 @@ project( 'proc-macro2', 'rust', - version : '1.0.56', + version : '1.0.86', license :'MIT OR Apache-2.0', ) diff --git a/subprojects/packagefiles/quote/meson.build b/subprojects/packagefiles/quote/meson.build index 58fea738922..24d87f01494 100644 --- a/subprojects/packagefiles/quote/meson.build +++ b/subprojects/packagefiles/quote/meson.build @@ -1,7 +1,7 @@ project( 'quote', 'rust', - version : '1.0.25', + version : '1.0.33', license :'MIT OR Apache-2.0', ) diff --git a/subprojects/packagefiles/syn/meson.build b/subprojects/packagefiles/syn/meson.build index f7ea5ec011d..117ec128acc 100644 --- a/subprojects/packagefiles/syn/meson.build +++ b/subprojects/packagefiles/syn/meson.build @@ -1,7 +1,7 @@ project( 'syn', 'rust', - version : '2.0.15', + version : '2.0.68', license :'MIT OR Apache-2.0', ) diff --git a/subprojects/packagefiles/unicode-ident/meson.build b/subprojects/packagefiles/unicode-ident/meson.build index 89fdf8a87dc..683f1307caf 100644 --- a/subprojects/packagefiles/unicode-ident/meson.build +++ b/subprojects/packagefiles/unicode-ident/meson.build @@ -1,7 +1,7 @@ project( 'unicode-ident', 'rust', - version : '1.0.6', + version : '1.0.12', license : '(MIT or Apache-2.0) AND Unicode-DFS-2016)', ) |