diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2020-11-01 21:59:29 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-07 14:02:39 +0700 |
commit | d6426754769c2aa98ac436338fc0ed5da1811561 (patch) | |
tree | 9e32c8507d73741a627dbc10f584e4bfbf041dcd /development/racer/README | |
parent | d035be34b63bf43fd8f5c15c76b5b602b07a2bed (diff) |
development/racer: Updated for version 2.1.40.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/racer/README b/development/racer/README index 9af5268fb6dd2..58845484e3740 100644 --- a/development/racer/README +++ b/development/racer/README @@ -1,6 +1,6 @@ racer - Rust Code Completion utility This requires rust nightly installed through rustup. Before running this -slackbuild, you should install the nightly from 2020-09-27 by running: +slackbuild, you should install the nightly from 2020-10-26 by running: - rustup toolchain install nightly-2020-09-23 + rustup toolchain install --profile minimal nightly-2020-10-26 |