CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 25
Releases: getditto/rust-bitcode
v1.60.0
Compare
Updated toolchain binaries featuring Rust 1.60.0-stable
and LLVM at the revision bda51ce411586a8c012623300d8598ce84fced53
Installation
-
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
Assets 3
v1.57.0
22c3b8e
Compare
Updated toolchain binaries featuring Rust 1.57.0-stable
and LLVM at the tag swift-5.3.2-RELEASE
Assets 3
Nightly 2021-10-05
Compare
Updated toolchain binaries featuring Rust Nightly 2021-10-05 and LLVM at the tag swift-5.3.2-RELEASE
Assets 3
Nightly 2021-09-08
3a7651d
Compare
Updated toolchain binaries featuring Rust Nightly 2021-09-08 and LLVM at the tag swift-5.3.2-RELEASE
Assets 3
Nightly 2021-06-12
Compare
Updated toolchain binaries featuring Rust Nightly 2021-06-12 and LLVM at the tag swift-5.3.2-RELEASE
Assets 3
Nightly 2021-02-25
Compare
Updated toolchain binaries featuring Rust Nightly 2021-02-25 and LLVM at the tag swift-5.3.2-RELEASE
Assets 3
Nightly 2021-03-24
Compare
Updated toolchain binaries featuring Rust Nightly 2021-03-24 and LLVM at the tag swift-5.3.2-RELEASE
Assets 3
Nightly 2021-01-25
Compare
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
Assets 3
Stable 1.46.0
50b0403
Compare
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.
Assets 3
Nightly @ 1.43.0
21ad129
Compare
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