Skip to content

Commit

Permalink
fix(installation): bump MinRustVersion to 1.58
Browse files Browse the repository at this point in the history
this is the earliest minor version that compiled without errors
  • Loading branch information
alexandergill committed Feb 11, 2023
1 parent 4bdd3c0 commit 0b11933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function vercomp() {
}

RustVersion=$(rustc --version | cut -d " " -f 2)
MinRustVersion=1.56
MinRustVersion=1.58
vercomp "$RustVersion" $MinRustVersion || ec=$?
if [ ${ec:-0} -eq 2 ]
then
Expand Down

0 comments on commit 0b11933

Please sign in to comment.