Releases: getditto/rust-bitcode
v1.60.0
v1.57.0
Updated toolchain binaries featuring Rust 1.57.0-stable
and LLVM at the tag swift-5.3.2-RELEASE
Nightly 2021-10-05
Updated toolchain binaries featuring Rust Nightly 2021-10-05 and LLVM at the tag swift-5.3.2-RELEASE
Nightly 2021-09-08
Updated toolchain binaries featuring Rust Nightly 2021-09-08 and LLVM at the tag swift-5.3.2-RELEASE
Nightly 2021-06-12
Updated toolchain binaries featuring Rust Nightly 2021-06-12 and LLVM at the tag swift-5.3.2-RELEASE
Nightly 2021-02-25
Updated toolchain binaries featuring Rust Nightly 2021-02-25 and LLVM at the tag swift-5.3.2-RELEASE
Nightly 2021-03-24
Updated toolchain binaries featuring Rust Nightly 2021-03-24 and LLVM at the tag swift-5.3.2-RELEASE
Nightly 2021-01-25
Updated toolchain binaries featuring Rust Nightly 2021-01-25 and LLVM at the tag swift-5.3.2-RELEASE
. This successfully builds bitcode-enabled apps on Xcode 12.4 (12D4e).
To install,
- Unzip
rust-ios-arm64-nightly-2021-01-25.zip
- In a terminal, cd to the extracted
rust-ios-arm64-nightly-2021-01-25
directory - Run
./install.sh
Stable 1.46.0
Updated toolchain binaries featuring Rust 1.46.0 and LLVM at the tag swift-5.3-RELEASE
. This successfully builds bitcode-enabled apps on Xcode 12.
To install,
- Unzip
rust-ios-arm64-1.46.0.zip
- In a terminal, cd to the extracted
rust-ios-arm64-1.46.0
directory - Run
./install.sh
Notable changes since the previous release:
- Bitcode improvements have been incorporated upstream and an unstable
-Z
flag is no longer required when building a library with this toolchain. (In fact-Z
must not be used.) - The script now builds stable Rust rather than nightly. If you need the nightly channel, you can adjust this in
build.sh
. - The install script will copy the required files to
~/.rustup/toolchains/ios-arm64-1.46.0
. This makes it available in rustup, and by invoking commands of the formcargo +ios-arm64-1.46.0 ...
. Multiple versions of this toolchain will now coexist by default.
Nightly @ 1.43.0
Updated toolchain based on Rust 1.43.0, tested on Xcode 11.4.1.
Other changes:
- The included
cargo
binary no longer has a dynamic linker dependency on homebrew openssl