fix(installation): bump `MinRustVersion` to 1.58

this is the earliest minor version that compiled without errors
pull/1364/head
Alexander Gill 1 year ago
parent 4bdd3c036b
commit 0b119339eb

@ -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

Loading…
Cancel
Save