From 9ddc16001226f214d4f8bccf930742f7f4786333 Mon Sep 17 00:00:00 2001 From: LingMan <18294-LingMan@users.noreply.gitlab.freedesktop.org> Date: Thu, 3 Apr 2025 22:58:38 +0200 Subject: 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: --- subprojects/packagefiles/proc-macro2/meson.build | 2 +- subprojects/packagefiles/quote/meson.build | 2 +- subprojects/packagefiles/syn/meson.build | 2 +- subprojects/packagefiles/unicode-ident/meson.build | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'subprojects') 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)', ) -- cgit v1.2.3