Skip to content

Commit

Permalink
Update toolchain for nightly-2021-06-12, still on Swift 5.3 LLVM branch
Browse files Browse the repository at this point in the history
  • Loading branch information
thombles committed Jun 25, 2021
1 parent 298b138 commit 940e522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ LLVM_BRANCH="tags/swift-5.3.2-RELEASE"

# 2. Select the best branch, tag or commit hash from https://github.com/rust-lang/rust

RUST_BRANCH="a8486b64b" # nightly-2021-02-25
RUST_BRANCH="0a8629bff" # nightly-2021-06-12

# 3. Select a name for the toolchain you want to install as. The toolchain will be installed
# under $HOME/.rustup/toolchains/rust-$RUST_TOOLCHAIN

RUST_TOOLCHAIN="ios-arm64-nightly-2021-02-25"
RUST_TOOLCHAIN="ios-arm64-nightly-2021-06-12"

0 comments on commit 940e522

Please sign in to comment.