From 32aa64e09a5765182a394c657deb8771f5dae5c3 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 23 Apr 2024 11:33:07 +0530 Subject: [PATCH] rust-analyzer: update to 2024.05.06. --- 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 7b8278301f64d6..c9c9b2af70df4b 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.04.15 +version=2024.05.06 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=82165955a687966530fe194f729f5ecc9e83fbad3cf4d26bc088542d15eef72a +checksum=e777fd51198ca30f9ba036a5dc84bab5319e23e18208892c6b69b497c3a210cd # tests require Rust source code make_check=no