qemu-rust.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] subprojects: Update .gitignore for syn
@ 2025-09-30  7:53 Zhao Liu
  2025-09-30  7:50 ` Philippe Mathieu-Daudé
  2025-09-30  8:08 ` Daniel P. Berrangé
  0 siblings, 2 replies; 7+ messages in thread
From: Zhao Liu @ 2025-09-30  7:53 UTC (permalink / raw)
  To: Paolo Bonzini, Manos Pitsidianakis; +Cc: qemu-devel, qemu-rust, Zhao Liu

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 <zhao1.liu@intel.com>
---
 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



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-09-30  9:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-30  7:53 [PATCH] subprojects: Update .gitignore for syn Zhao Liu
2025-09-30  7:50 ` Philippe Mathieu-Daudé
2025-09-30  8:18   ` Zhao Liu
2025-09-30  8:00     ` Philippe Mathieu-Daudé
2025-09-30  8:08 ` Daniel P. Berrangé
2025-09-30  8:56   ` Zhao Liu
2025-09-30  9:22     ` Daniel P. Berrangé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).