Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/rust: upgrade to 1.36.0 | Rasmus Thomsen | 2019-07-07 | 1 | -26/+0 |
| | | | | | | | | | * Update alpine-target.patch to fix the triplet on armhf and add the armv7 and ppc64le triplets. This should have been done in 69851bdae1177246337f51a35734e93f1fd7e3d3, but has been forgotten. * Remove the following patches: * llvm-with-ffi.patch -> only required when statically linking LLVM * bootstrap-tool-respect-tool-config.patch -> plain outdated, not required anymore | ||||
* | community/rust: upgrade to 1.27.0 | Marat Safin | 2018-07-02 | 1 | -6/+6 |
| | |||||
* | community/rust: build cargo and add cargo* subpackages | Jakub Jirutka | 2018-05-20 | 1 | -0/+26 |
Cargo is now distributed together with rustc. Upstream has removed Cargo.lock from the cargo's repository in cargo 0.23.0, so we can't build it with locked and freezed dependencies separately anymore. alexcrichton replied on Feb 1: > cargo is packaged next to rustc, it's not intended to be a separate > package but rather built as one unit. See https://github.com/rust-lang/cargo/commit/5c9665f41c6b4d3b99d3b9f8b48a286f5f154692 |