From bd9d0206f9b7f9b4eb24c5db41c19fb5f409c900 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 10 Oct 2023 11:15:49 +0530 Subject: [PATCH] rust-analyzer: update to 2023.10.09. --- 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 ceea74aac4ecf..3d8ab969a2aad 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.02 +version=2023.10.09 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=2302283a590b28687608f1a2bf9ca341251f58f02707571f3664a0ada1f03227 +checksum=10ea111cf0c8a2d5884559ab3d9892b2ebf3b0f6629cb6e40c76d6890b8f41da # tests require Rust source code make_check=no