pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rust-analyzer: Requires rust>=1.66.0.



Module Name:	pkgsrc-wip
Committed By:	Min S. Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Tue Feb 14 10:35:15 2023 -0800
Changeset:	d3ac21bd606f01043e42105c0ee7d0434c19975d

Modified Files:
	rust-analyzer/Makefile

Log Message:
rust-analyzer: Requires rust>=1.66.0.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d3ac21bd606f01043e42105c0ee7d0434c19975d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rust-analyzer/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/rust-analyzer/Makefile b/rust-analyzer/Makefile
index 1732e1a2aa..f888f17bbb 100644
--- a/rust-analyzer/Makefile
+++ b/rust-analyzer/Makefile
@@ -10,6 +10,8 @@ HOMEPAGE=	https://rust-analyzer.github.io/
 COMMENT=	LSP server for the Rust programming language
 LICENSE=	apache-2.0
 
+RUST_REQ=	1.66.0
+
 INSTALLATION_DIRS=	bin
 
 .include "cargo-depends.mk"


Home | Main Index | Thread Index | Old Index