The commit a530a8d4ac39 missed to update syn version, this is because
the code base of its v2 patch has fixed syn version, so that the fix for
syn were lost during the rebase from v1 to v2.

To rectify this mistake, update the syn version.

Fixes: a530a8d4ac39 ("subprojects: Update .gitignore for proc-macro2 and syn")
Signed-off-by: Zhao Liu <[email protected]>
---
 subprojects/.gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subprojects/.gitignore b/subprojects/.gitignore
index 58a29f012044..136e30cd99ad 100644
--- a/subprojects/.gitignore
+++ b/subprojects/.gitignore
@@ -19,7 +19,7 @@
 /proc-macro-error-attr-1.0.4
 /proc-macro2-1.0.95
 /quote-1.0.36
-/syn-2.0.66
+/syn-2.0.104
 /unicode-ident-1.0.12
 
 # Workaround for Meson v1.9.0 https://github.com/mesonbuild/meson/issues/14948
-- 
2.34.1


Reply via email to