summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-08-13 14:51:57 +0200
committerLinus Färnstrand <linus@mullvad.net>2018-08-14 15:48:20 +0200
commit98cef4da8e8034723e6b17d3220179cc60f8a806 (patch)
treecb2e150bd0aadf80b2b80ba7089574bac9c231ec
parente4710c9e6a43777b97df9358c6de7206c1dd1659 (diff)
downloadmullvadvpn-98cef4da8e8034723e6b17d3220179cc60f8a806.tar.xz
mullvadvpn-98cef4da8e8034723e6b17d3220179cc60f8a806.zip
Bump required Rust version in build.sh
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 8570c959c7..6730800518 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.2 (58cc626de 2018-07-18)"
+ REQUIRED_RUSTC_VERSION="rustc 1.28.0 (9634041f0 2018-07-30)"
if [[ $RUSTC_VERSION != $REQUIRED_RUSTC_VERSION ]]; then
echo "You are running the wrong Rust compiler version."