We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5633a92 commit 179cd53Copy full SHA for 179cd53
config.sh
@@ -5,15 +5,15 @@
5
# Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
6
# Target: x86_64-apple-darwin19.3.0
7
8
-LLVM_BRANCH="tags/swift-5.1.3-RELEASE"
+LLVM_BRANCH="tags/swift-5.2.3-RELEASE"
9
10
# 2. Select the best branch, tag or commit hash from https://github.com/rust-lang/rust
11
# The stable 1.40.0 version of Rust seems to work
12
13
-RUST_BRANCH="tags/1.40.0"
+RUST_BRANCH="tags/1.43.0"
14
15
# 3. Select a name for the toolchain you want to install as. The toolchain will be installed
16
# under $HOME/.rust-ios-arm64/toolchain-$RUST_TOOLCHAIN
17
18
-RUST_TOOLCHAIN="1.40.0"
+RUST_TOOLCHAIN="1.43.0"
19
0 commit comments