fix(installation): bump MinRustVersion to 1.70

Since #1633 porting to Clap, min Rust version reqirement changes.
This commit is contained in:
d1t2
2023-09-22 11:32:39 +08:00
committed by GitHub
parent 06f865307f
commit 6aa47be78e
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ function vercomp() {
}
RustVersion=$(rustc --version | cut -d " " -f 2)
MinRustVersion=1.58
MinRustVersion=1.70
vercomp "$RustVersion" $MinRustVersion || ec=$?
if [ ${ec:-0} -eq 2 ]
then