diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-04-28 23:41:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-28 23:41:24 +0700 |
commit | 2e4c5c3fb51b53ebd302bcaa54c114a5984fc1fd (patch) | |
tree | 4965cea49097b6103a1656ed0f1e514045ebf204 /development/rust/README | |
parent | 22c4a0364525c086469559b2a910634141222b0f (diff) |
development/rust: Updated for version 1.17.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/rust/README')
-rw-r--r-- | development/rust/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/rust/README b/development/rust/README index 8bb185246733a..ca73567851dbe 100644 --- a/development/rust/README +++ b/development/rust/README @@ -4,8 +4,8 @@ prevents segfaults, and guarantees thread safety. https://www.rust-lang.org This will build rust from source, which requires using the "official" stage0 -compiler for the version being built from rust-lang.org. Currently, "official" -means the previous stable version. +compiler for the version being built from rust-lang.org, which is currently +the previous stable version. If you already have rust and cargo installed, this slackbuild will use these to bootstrap itself. |