From f3c1e9e5d538a36d81cf9bb5349cb3114d3a7491 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 22 Jul 2025 22:14:44 +0530 Subject: [PATCH] rust-analyzer: update to 2025.07.21. --- 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 95e617e968e..e6c2d0a474e 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,6 +1,6 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2025.07.14 +version=2025.07.21 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=0f2bcf12c1e96886bebd326277d1f1501df1519124efd0052320b23ef6c3294b +checksum=197a3d4b778f0f7f66ff2ddf1c21d8a36b06f3095fa59315b6e27a118c70b28e # tests require Rust source code make_check=no