Skip to content

Commit 179cd53

Browse files
committed
Config updates to build Rust @ tag 1.43.0, tested in Xcode 11.4.1
1 parent 5633a92 commit 179cd53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
# Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
66
# Target: x86_64-apple-darwin19.3.0
77

8-
LLVM_BRANCH="tags/swift-5.1.3-RELEASE"
8+
LLVM_BRANCH="tags/swift-5.2.3-RELEASE"
99

1010
# 2. Select the best branch, tag or commit hash from https://github.com/rust-lang/rust
1111
# The stable 1.40.0 version of Rust seems to work
1212

13-
RUST_BRANCH="tags/1.40.0"
13+
RUST_BRANCH="tags/1.43.0"
1414

1515
# 3. Select a name for the toolchain you want to install as. The toolchain will be installed
1616
# under $HOME/.rust-ios-arm64/toolchain-$RUST_TOOLCHAIN
1717

18-
RUST_TOOLCHAIN="1.40.0"
18+
RUST_TOOLCHAIN="1.43.0"
1919

0 commit comments

Comments
 (0)