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)" }
This commit is contained in:
Galen Abell 2024-05-12 11:32:14 +02:00 committed by Patrycja Rosa
parent c1ef7d19a9
commit 242278acce

View File

@ -1,7 +1,7 @@
# Contributor: S.M Mukarram Nainar <theone@sm2n.ca>
# Maintainer: Jakub Panek <me@panekj.dev>
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
"