From f746c0703c77faf76931266ac9fc7eb5be4e76db Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 26 Sep 2023 02:43:04 +0530 Subject: [PATCH] rust-analyzer: update to 2023.09.25. --- 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 bf1c65e42dba6..34d910c13c6c6 100644 --- a/srcpkgs/rust-analyzer/template +++ b/srcpkgs/rust-analyzer/template @@ -1,6 +1,6 @@ # Template file for 'rust-analyzer' pkgname=rust-analyzer -version=2023.09.18 +version=2023.09.25 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=fc6da717f89e9f7f4fea137be92e501a937a74fe30ebd2f4542fb872dcbc8337 +checksum=09e81f1a238ad100af9ffe98184d7b7e73cf088bb18a9dfb43efaea28c0f19db # tests require Rust source code make_check=no