From 39e7c5b5c98df9cf8dd01dc47bd89ae3fa91f355 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 1 Nov 2023 00:28:53 +0530 Subject: [PATCH] rust-analyzer: update to 2023.10.30. --- 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 d655da2b1d2b3..14367da6bac1f 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.10.23 +version=2023.10.30 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=184b56ec10dda9ff29592ec6b2df1f68a96831730b157e3caf7b97e00fccc65c +checksum=3944a14569164efd2c0548d90afae3f892cda23ef9fc5378fbb4d0b2b3269ec2 # tests require Rust source code make_check=no