Skip to content

Commit

Permalink
Bump to rust 1.25 (#5670)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stu Hood committed Apr 6, 2018
1 parent 99c2a50 commit 0fa996f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/bin/native/bootstrap.sh
Expand Up @@ -45,7 +45,7 @@ esac
readonly CACHE_ROOT=${XDG_CACHE_HOME:-$HOME/.cache}/pants
readonly NATIVE_ENGINE_CACHE_DIR=${CACHE_ROOT}/bin/native-engine

readonly RUST_TOOLCHAIN="1.24.0"
readonly RUST_TOOLCHAIN="1.25.0"

function calculate_current_hash() {
# Cached and unstaged files, with ignored files excluded.
Expand Down

0 comments on commit 0fa996f

Please sign in to comment.