pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rust: bump mimimum required version
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Sat Jul 2 00:20:52 2022 +0200
Changeset: 9fc22a11f1daa09ce87d953c12d05467ae51c12a
Modified Files:
rust/rust.mk
Log Message:
rust: bump mimimum required version
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9fc22a11f1daa09ce87d953c12d05467ae51c12a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust/rust.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/rust/rust.mk b/rust/rust.mk
index e512bd27ab..d930124865 100644
--- a/rust/rust.mk
+++ b/rust/rust.mk
@@ -22,7 +22,7 @@
# RUST_REQ
# The minimum version of Rust required by the package.
#
-# Default: 1.20.0
+# Default: 1.56.1
#
# RUST_RUNTIME
# Whether rust is a runtime dependency.
@@ -33,7 +33,7 @@
.include "../../mk/bsd.fast.prefs.mk"
-RUST_REQ?= 1.20.0
+RUST_REQ?= 1.56.1
RUST_RUNTIME?= no
RUST_TYPE?= src
Home |
Main Index |
Thread Index |
Old Index