diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-10-30 12:47:17 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-10-30 12:47:17 +0100 |
| commit | dcfc8d636a8352f576581bd26a2defc50f3c80ca (patch) | |
| tree | 8e6b09283ccffe6636c619673061d17d5549df13 | |
| parent | 4943f4433799f7981f151efa5e705817effeb5d1 (diff) | |
| download | mullvadvpn-dcfc8d636a8352f576581bd26a2defc50f3c80ca.tar.xz mullvadvpn-dcfc8d636a8352f576581bd26a2defc50f3c80ca.zip | |
Bump required rustc to 1.30.0
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |
