diff options
| author | mokou <mokou@fastmail.com> | 2022-04-20 09:20:42 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-04-20 09:20:42 +0200 |
| commit | 268822dbd833435673889f6da04020d20b30acb8 (patch) | |
| tree | a93a33d258ce7f0816f7345660b2ec9dbdaff61f /install.sh | |
| parent | 0b7f3fe37a6f202d85607ae30d07736a9202d489 (diff) | |
chore: bump minimum required rust version in installs
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ function vercomp() { } RustVersion=$(rustc --version | cut -d " " -f 2) -MinRustVersion=1.39 +MinRustVersion=1.56 vercomp "$RustVersion" $MinRustVersion || ec=$? if [ ${ec:-0} -eq 2 ] then |
