From 9945f9e8d3c62b8d7e99a9af817731a8fcdd35b1 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Tue, 2 Jul 2024 07:12:07 +0200 Subject: [PATCH] meson: Update proc-macro2 subproject There is a fix in 1.0.76 release that fixes an issue I have seen on CI (fedora-release). Lets jump to the most recent version 1.0.86. See: https://github.com/dtolnay/proc-macro2/pull/435 Signed-off-by: Christian Gmeiner Reviewed-by: @LingMan Part-of: --- subprojects/proc-macro2.wrap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subprojects/proc-macro2.wrap b/subprojects/proc-macro2.wrap index a77f41f99bb..178ab599e99 100644 --- a/subprojects/proc-macro2.wrap +++ b/subprojects/proc-macro2.wrap @@ -1,6 +1,6 @@ [wrap-file] -directory = proc-macro2-1.0.70 -source_url = https://crates.io/api/v1/crates/proc-macro2/1.0.70/download -source_filename = proc-macro2-1.0.70.tar.gz -source_hash = 39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b +directory = proc-macro2-1.0.86 +source_url = https://crates.io/api/v1/crates/proc-macro2/1.0.86/download +source_filename = proc-macro2-1.0.86.tar.gz +source_hash = 5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77 patch_directory = proc-macro2