summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorCaleb Webber <caleb@codingthemsoftly.com>2020-11-05 03:59:25 -0500
committerGitHub <noreply@github.com>2020-11-05 09:59:25 +0100
commit21bfb2d4777429c87d8d3b5fbf0ce66006dcd034 (patch)
treeee83eaf1386d06116e5a0cd74e5c5f51ffa3705b /install.sh
parenta9dae7118896840cee9e08dbd2b04dc6425ae522 (diff)
fix(installation): Update the MinRustVersion
closes #577df Co-authored-by: Caleb Webber <seeplusplus@users.noreply.github.com>
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index a19c280..e986e74 100755
--- a/install.sh
+++ b/install.sh
@@ -87,7 +87,7 @@ function vercomp() {
}
RustVersion=$(rustc --version | cut -d " " -f 2)
-MinRustVersion=1.31
+MinRustVersion=1.39
vercomp $RustVersion $MinRustVersion
if [ $? -eq 2 ]
then