diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-27 19:30:01 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-07 23:02:07 +0700 |
commit | f3dc62dc66641243123a7712822b21f3a72e5c50 (patch) | |
tree | 0341a2ac222b22958bc2b284a48b05d98f0e9e10 /development/racer/README | |
parent | a6700e98aae25885c3d82fc0a8b44bce4b9fef0f (diff) |
development/racer: Updated for version 2.2.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/racer/README')
-rw-r--r-- | development/racer/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/racer/README b/development/racer/README index 29a6230d4c95c..6193e84960952 100644 --- a/development/racer/README +++ b/development/racer/README @@ -3,4 +3,4 @@ racer - Rust Code Completion utility This requires rust nightly installed through rustup. Before running this slackbuild, you should install the nightly from 2021-05-01 by running: - rustup toolchain install --profile minimal nightly-2021-05-01 + rustup toolchain install --component rustc-dev --profile default nightly-2022-01-14 |