From 3cd967d835dd208998a550e3f3ce87968aaaf185 Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 26 Aug 2023 00:31:11 +0530 Subject: [PATCH] rust-analyzer: update to 2023.09.04. --- 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 0e97a8fa17140..4e3cad207625d 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,6 +1,6 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2023.08.14 +version=2023.09.04 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=3fa6d28ece1f8952c29a375aab41e50502d20c8a9c0c5f1e44a9576d8f635224 +checksum=883bfcbc657f6e7a7b5db60d0503935b80237684ba649d91be0d6f3058f3912e # tests require Rust source code make_check=no