From 242278acce87f6a5ea4f6eb740bf7e8e65af6321 Mon Sep 17 00:00:00 2001 From: Galen Abell Date: Sun, 12 May 2024 11:32:14 +0200 Subject: [PATCH] community/rust-analyzer: upgrade to 2023.12.11 The proc-macro server in `rust` now uses API version 3 but `rust-analyzer` versions prior to 2023.12.11 use the old API version 2, resulting in an error when trying to build macros: > Failed to run proc-macro server from path /usr/libexec/rust-analyzer-proc-macro-srv, error: > Custom { kind: Other, error: "proc-macro server's api version (3) is newer than rust-analyzer's (2)" } --- community/rust-analyzer/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/rust-analyzer/APKBUILD b/community/rust-analyzer/APKBUILD index f719175f769..5f0e42107bb 100644 --- a/community/rust-analyzer/APKBUILD +++ b/community/rust-analyzer/APKBUILD @@ -1,7 +1,7 @@ # Contributor: S.M Mukarram Nainar # Maintainer: Jakub Panek pkgname=rust-analyzer -pkgver=2023.11.27 +pkgver=2023.12.11 _pkgver=${pkgver//./-} pkgrel=0 pkgdesc="Rust compiler front-end for IDEs" @@ -58,5 +58,5 @@ package() { } sha512sums=" -a37b13abe26ad32d4f354fc9ee7c18c232d33b26d22eb707ba49456ade99a6ca22a2c379f26fe8caf1bf84b8f82433555530ec6feb79e459dd7d77e25c784411 rust-analyzer-2023.11.27.tar.gz +851fb8ffb29079b435dcc714901bd5fd677502a820960e418af4a4e02d39ae4645439bf80a4b35fb7d735b0926180474f4352a72a023e04406e55a01a812f05b rust-analyzer-2023.12.11.tar.gz "