summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index e88a076798..8570c959c7 100755
--- a/build.sh
+++ b/build.sh
@@ -18,7 +18,7 @@ source env.sh
if [[ "${1:-""}" != "--dev-build" ]]; then
- REQUIRED_RUSTC_VERSION="rustc 1.27.1 (5f2b325f6 2018-07-07)"
+ REQUIRED_RUSTC_VERSION="rustc 1.27.2 (58cc626de 2018-07-18)"
if [[ $RUSTC_VERSION != $REQUIRED_RUSTC_VERSION ]]; then
echo "You are running the wrong Rust compiler version."