summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-10-30 12:47:17 +0100
committerLinus Färnstrand <linus@mullvad.net>2018-10-30 12:47:17 +0100
commitdcfc8d636a8352f576581bd26a2defc50f3c80ca (patch)
tree8e6b09283ccffe6636c619673061d17d5549df13
parent4943f4433799f7981f151efa5e705817effeb5d1 (diff)
downloadmullvadvpn-dcfc8d636a8352f576581bd26a2defc50f3c80ca.tar.xz
mullvadvpn-dcfc8d636a8352f576581bd26a2defc50f3c80ca.zip
Bump required rustc to 1.30.0
-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."