Skip to content

Commit 0b11933

Browse files
committed
fix(installation): bump MinRustVersion to 1.58
this is the earliest minor version that compiled without errors
1 parent 4bdd3c0 commit 0b11933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function vercomp() {
124124
}
125125

126126
RustVersion=$(rustc --version | cut -d " " -f 2)
127-
MinRustVersion=1.56
127+
MinRustVersion=1.58
128128
vercomp "$RustVersion" $MinRustVersion || ec=$?
129129
if [ ${ec:-0} -eq 2 ]
130130
then

0 commit comments

Comments
 (0)