summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index e8f1856af5..8cd1f1456a 100755
--- a/build.sh
+++ b/build.sh
@@ -20,7 +20,7 @@ source env.sh
if [[ "${1:-""}" != "--dev-build" ]]; then
- REQUIRED_RUSTC_VERSION="rustc 1.29.1 (b801ae664 2018-09-20)"
+ REQUIRED_RUSTC_VERSION="rustc 1.30.0 (da5f414c2 2018-10-24)"
if [[ $RUSTC_VERSION != $REQUIRED_RUSTC_VERSION ]]; then
echo "You are running the wrong Rust compiler version."