From 3d569243a3e2cb30082b29f1d1ef6acf495cfa33 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 21 Feb 2024 12:04:20 +0530 Subject: [PATCH] rust-analyzer: update to 2024.02.26. --- 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 07edf59ce905bd..d0eda380b0c293 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.02.12 +version=2024.02.26 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=696417db82bdc13e2519b867e35408dd87962d2574703bb41563be9d9714aeba +checksum=d735bbea888c9d0742f6226c595071075deab00db81b5309b12956cc1f97172f # tests require Rust source code make_check=no