We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ea42f6 + 0b11933 commit 890d654Copy full SHA for 890d654
install.sh
@@ -99,7 +99,7 @@ function vercomp() {
99
done
100
fi
101
102
- for i in `seq 0 $max_len`
+ for i in `seq 0 $((max_len-1))`
103
do
104
# Fill empty fields with zeros in v1
105
if [ -z "${v1[$i]}" ]
@@ -124,7 +124,7 @@ function vercomp() {
124
}
125
126
RustVersion=$(rustc --version | cut -d " " -f 2)
127
-MinRustVersion=1.56
+MinRustVersion=1.58
128
vercomp "$RustVersion" $MinRustVersion || ec=$?
129
if [ ${ec:-0} -eq 2 ]
130
then
0 commit comments