mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
fix(installation): bump MinRustVersion
to 1.58
this is the earliest minor version that compiled without errors
This commit is contained in:
parent
4bdd3c036b
commit
0b119339eb
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ function vercomp() {
|
||||||
}
|
}
|
||||||
|
|
||||||
RustVersion=$(rustc --version | cut -d " " -f 2)
|
RustVersion=$(rustc --version | cut -d " " -f 2)
|
||||||
MinRustVersion=1.56
|
MinRustVersion=1.58
|
||||||
vercomp "$RustVersion" $MinRustVersion || ec=$?
|
vercomp "$RustVersion" $MinRustVersion || ec=$?
|
||||||
if [ ${ec:-0} -eq 2 ]
|
if [ ${ec:-0} -eq 2 ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue