From 0b0ef613ebae3d995d8745a3db4f165a473c5cc5 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 13 Aug 2024 14:38:47 +0530 Subject: [PATCH] rust-analyzer: update to 2024.08.12. Closes: #51849 [via git-merge-pr] --- srcpkgs/rust-analyzer/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rust-analyzer/template b/srcpkgs/rust-analyzer/template index 95b93927a4a..528acc7a8a2 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,6 +1,6 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2024.08.05 +version=2024.08.12 revision=1 _ver=${version//./-} build_style=cargo @@ -10,7 +10,7 @@ maintainer="icp " license="Apache-2.0, MIT" homepage="https://rust-analyzer.github.io/" distfiles="https://github.com/rust-lang/rust-analyzer/archive/refs/tags/${_ver}.tar.gz" -checksum=cf42237fc0e747710cf3801e54b9fdd5ae50daee928fa12236df0912e45c4839 +checksum=5761a01e968d79153ba697885c4986f0595b8240949fd0e78d5fadb1e97e6fcf # tests require Rust source code make_check=no