From e9016d990b465193474deff8386b3f8a5526b8e6 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.19. --- 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 07edf59ce905b..6a31edea77233 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.19 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=ddff090d2245d97ef1d8e173a494b4693f362c0c4506083920b9b37c808fef21 # tests require Rust source code make_check=no