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 = unicode-ident-1.0.6
|
||||
source_url = https://crates.io/api/v1/crates/unicode-ident/1.0.6/download
|
||||
source_filename = unicode-ident-1.0.6.tar.gz
|
||||
source_hash = 84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc
|
||||
directory = unicode-ident-1.0.12
|
||||
source_url = https://crates.io/api/v1/crates/unicode-ident/1.0.12/download
|
||||
source_filename = unicode-ident-1.0.12.tar.gz
|
||||
source_hash = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b
|
||||
patch_directory = unicode-ident
|
||||
|
||||
Reference in New Issue
Block a user