meson: Update our rust dependencies
These are the package versions currently shipped by Fedora. This allows
using system packages by setting
export MESON_PACKAGE_CACHE_DIR=/usr/share/cargo/registry/
Of course, other distros may place it somewhere else.
Ubuntu matches versions on syn and unicode-ident but is a tiny bit off
on quote and proc-macro2. However, given how far I was able to bump the
versions with only a tiny meson tweak to syn, I think it should work
with the Ubuntu versions as well.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26726>
This commit is contained in:
committed by
Marge Bot
parent
f0594915e6
commit
a2a0cef9f4
@@ -1,6 +1,6 @@
|
||||
[wrap-file]
|
||||
directory = syn-2.0.15
|
||||
source_url = https://crates.io/api/v1/crates/syn/2.0.15/download
|
||||
source_filename = syn-2.0.15.tar.gz
|
||||
source_hash = a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822
|
||||
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
|
||||
patch_directory = syn
|
||||
|
||||
Reference in New Issue
Block a user