mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
subprojects: update syn to 2.0.87
Fedora is at 2.0.90 now. https://src.fedoraproject.org/rpms/rust-syn Acked-by: Aaron Ruby <aruby@qnx.com> Reviewed-by: @LingMan Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35210>
This commit is contained in:
parent
62e36aeb95
commit
71ff4ab788
2 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
project(
|
||||
'syn',
|
||||
'rust',
|
||||
version : '2.0.68',
|
||||
version : '2.0.87',
|
||||
license : 'MIT OR Apache-2.0',
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[wrap-file]
|
||||
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
|
||||
directory = syn-2.0.87
|
||||
source_url = https://crates.io/api/v1/crates/syn/2.0.87/download
|
||||
source_filename = syn-2.0.87.tar.gz
|
||||
source_hash = 25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d
|
||||
patch_directory = syn
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue