From 3f91f2cf31a124dce6919c243587638db5386193 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Tue, 2 Jul 2024 13:55:19 +0200 Subject: [PATCH] meson: Update syn subproject Fixes the following build error for fedora-release. Error: method `inner` is never used --> ../subprojects/syn-2.0.39/src/attr.rs:589:8 | 585 | pub(crate) trait FilterAttrs<'a> { | ----------- method in this trait ... 589 | fn inner(self) -> Self::Ret; | ^^^^^ | = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]` error: aborting due to 1 previous error Signed-off-by: Christian Gmeiner Part-of: --- subprojects/syn.wrap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subprojects/syn.wrap b/subprojects/syn.wrap index 369c7d8a562..8c029324f19 100644 --- a/subprojects/syn.wrap +++ b/subprojects/syn.wrap @@ -1,6 +1,6 @@ [wrap-file] -directory = syn-2.0.39 -source_url = https://crates.io/api/v1/crates/syn/2.0.39/download -source_filename = syn-2.0.39.tar.gz -source_hash = 23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a +directory = syn-2.0.68 +source_url = https://crates.io/api/v1/crates/syn/2.0.68/download +source_filename = syn-2.0.68.tar.gz +source_hash = 901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9 patch_directory = syn