diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-09-27 13:52:04 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-09-27 13:52:16 +0200 |
| commit | 00b0ba04092e97f3724260b943f3b138e8eb7b01 (patch) | |
| tree | 5bbaa46d9b31de541bb12dc76e268e795662c66e | |
| parent | 791b0209fea3713bdfb263427ce2d597c999de52 (diff) | |
| download | mullvadvpn-00b0ba04092e97f3724260b943f3b138e8eb7b01.tar.xz mullvadvpn-00b0ba04092e97f3724260b943f3b138e8eb7b01.zip | |
Bump required rustc version to 1.29.1
| -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.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." |
