From c77edc91a6f58325d03102abe0ee0fa14cc40afe Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 6 Nov 2023 21:16:44 +0530 Subject: [PATCH] rust-analyzer: update to 2023.11.13. --- 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 14367da6bac1f..f2733274135a1 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.30 +version=2023.11.13 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=3944a14569164efd2c0548d90afae3f892cda23ef9fc5378fbb4d0b2b3269ec2 +checksum=21ac67441a65336c14e41b4e93d1858d92bec6ccf0c54e2ee5837b5524f835bb # tests require Rust source code make_check=no