From 5c9e3f438de5fc20f553dd4f31bdecd39091b7d8 Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 12 Jul 2025 21:19:36 +0530 Subject: [PATCH] rust-analyzer: update to 2025.07.14. --- 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 fa1649f3eb5..95e617e968e 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.06.30 +version=2025.07.14 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=d7f41ab38b689df07e34a38cc923cffd9e8225a1b643b370f017437637129075 +checksum=0f2bcf12c1e96886bebd326277d1f1501df1519124efd0052320b23ef6c3294b # tests require Rust source code make_check=no