summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-09-27 13:52:04 +0200
committerLinus Färnstrand <linus@mullvad.net>2018-09-27 13:52:16 +0200
commit00b0ba04092e97f3724260b943f3b138e8eb7b01 (patch)
tree5bbaa46d9b31de541bb12dc76e268e795662c66e
parent791b0209fea3713bdfb263427ce2d597c999de52 (diff)
downloadmullvadvpn-00b0ba04092e97f3724260b943f3b138e8eb7b01.tar.xz
mullvadvpn-00b0ba04092e97f3724260b943f3b138e8eb7b01.zip
Bump required rustc version to 1.29.1
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index c05b1a263c..e8f1856af5 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.0 (aa3ca1994 2018-09-11)"
+ REQUIRED_RUSTC_VERSION="rustc 1.29.1 (b801ae664 2018-09-20)"
if [[ $RUSTC_VERSION != $REQUIRED_RUSTC_VERSION ]]; then
echo "You are running the wrong Rust compiler version."