From 5d1a26683f02585b3c5338e06765e238422337dc Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 9 Oct 2024 01:35:01 +0530 Subject: [PATCH] rust-analyzer: update to 2024.10.07. Closes: #52585 [via git-merge-pr] --- 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 2d8cdd7c1b2..9c81eec5f34 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.09.30 +version=2024.10.07 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=ce30bfc307148b51df50cb8c9601511ff8b7be1869e2aad9d028dfb09f0d1551 +checksum=f46fb1c3bc4d6e7d328a123c0770c69a22b557d238aeec8d68175e0c3cd66bd1 # tests require Rust source code make_check=no -- 2.11.4.GIT