summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-09-14 16:02:37 +0200
committerLinus Färnstrand <linus@mullvad.net>2018-09-14 16:10:46 +0200
commit5c0685875c887bbc5e81ff24689599f37ff8acc2 (patch)
tree8b1ac4680f46b2d1b7cefe01db743603adc8f416
parent1343d3273a52f29100d856b41f0f15c8d59abf8f (diff)
downloadmullvadvpn-5c0685875c887bbc5e81ff24689599f37ff8acc2.tar.xz
mullvadvpn-5c0685875c887bbc5e81ff24689599f37ff8acc2.zip
Bump required rustc to 1.29
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 762a01902a..0e18fc5be8 100755
--- a/build.sh
+++ b/build.sh
@@ -20,7 +20,7 @@ source env.sh
if [[ "${1:-""}" != "--dev-build" ]]; then
- REQUIRED_RUSTC_VERSION="rustc 1.28.0 (9634041f0 2018-07-30)"
+ REQUIRED_RUSTC_VERSION="rustc 1.29.0 (aa3ca1994 2018-09-11)"
if [[ $RUSTC_VERSION != $REQUIRED_RUSTC_VERSION ]]; then
echo "You are running the wrong Rust compiler version."