From: marcandre.lureau@redhat.com
To: qemu-devel@nongnu.org
Cc: "Manos Pitsidianakis" <manos.pitsidianakis@linaro.org>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
pbonzini@redhat.com, qemu-rust@nongnu.org,
"Marc-André Lureau" <marcandre.lureau@redhat.com>
Subject: [PATCH 3/4] build-sys/rust: update syn to v2.0.106
Date: Tue, 26 Aug 2025 17:31:31 +0400 [thread overview]
Message-ID: <20250826133132.4064478-4-marcandre.lureau@redhat.com> (raw)
In-Reply-To: <20250826133132.4064478-1-marcandre.lureau@redhat.com>
From: Marc-André Lureau <marcandre.lureau@redhat.com>
Necessary for the following patch.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
subprojects/.gitignore | 2 +-
subprojects/syn-2-rs.wrap | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/subprojects/.gitignore b/subprojects/.gitignore
index f4281934ce..0073d61003 100644
--- a/subprojects/.gitignore
+++ b/subprojects/.gitignore
@@ -18,5 +18,5 @@
/proc-macro-error-attr-1.0.4
/proc-macro2-1.0.84
/quote-1.0.36
-/syn-2.0.66
+/syn-2.0.106
/unicode-ident-1.0.12
diff --git a/subprojects/syn-2-rs.wrap b/subprojects/syn-2-rs.wrap
index d79cf750fb..560942befc 100644
--- a/subprojects/syn-2-rs.wrap
+++ b/subprojects/syn-2-rs.wrap
@@ -1,8 +1,8 @@
[wrap-file]
-directory = syn-2.0.66
-source_url = https://crates.io/api/v1/crates/syn/2.0.66/download
-source_filename = syn-2.0.66.0.tar.gz
-source_hash = c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5
+directory = syn-2.0.106
+source_url = https://crates.io/api/v1/crates/syn/2.0.106/download
+source_filename = syn-2.0.106.0.tar.gz
+source_hash = ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6
#method = cargo
patch_directory = syn-2-rs
--
2.50.1
next prev parent reply other threads:[~2025-08-26 13:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-26 13:31 [PATCH 0/4] rust: little clean-ups and updates marcandre.lureau
2025-08-26 13:31 ` [PATCH 1/4] rust: run cargo update marcandre.lureau
2025-08-26 17:43 ` Paolo Bonzini
2025-08-26 13:31 ` [PATCH 2/4] rust: remove unused global qemu "allocator" marcandre.lureau
2025-08-26 13:31 ` marcandre.lureau [this message]
2025-08-26 13:31 ` [PATCH 4/4] rust/qemu-api-macros: make derive(Object) friendly when missing parent marcandre.lureau
2025-08-27 2:58 ` Zhao Liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250826133132.4064478-4-marcandre.lureau@redhat.com \
--to=marcandre.lureau@redhat.com \
--cc=berrange@redhat.com \
--cc=manos.pitsidianakis@linaro.org \
--cc=pbonzini@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-rust@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).