diff options
| author | Christian Gmeiner <cgmeiner@igalia.com> | 2024-07-02 07:12:07 +0200 |
|---|---|---|
| committer | Marge Bot <emma+marge@anholt.net> | 2024-07-02 10:19:53 +0000 |
| commit | 9945f9e8d3c62b8d7e99a9af817731a8fcdd35b1 (patch) | |
| tree | 1f23b3e7bd56bd2b03c7cf1ac4fb818041789ea3 /subprojects/proc-macro2.wrap | |
| parent | f77e9d8c4aa8d71ffef78788b959e7efbe6cec94 (diff) | |
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 <cgmeiner@igalia.com>
Reviewed-by: @LingMan
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29992>
Diffstat (limited to 'subprojects/proc-macro2.wrap')
| -rw-r--r-- | subprojects/proc-macro2.wrap | 8 |
1 files 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 |