Skip to content

Commit

Permalink
Bump required Rust version in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Aug 13, 2018
1 parent acf2c34 commit ab9d64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit ab9d64e

Please sign in to comment.