diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-05-29 10:32:21 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-08 07:39:21 +0700 |
commit | dc4102dcb00d8ead956fff958427a9f75076a3fe (patch) | |
tree | 77772bbc570d97ab03f221a01128b9db151edef5 /development/racer/README | |
parent | 57215e7482f3a9de53b702445cb7b654c5ea2db1 (diff) | |
download | slackbuilds-dc4102dcb00d8ead956fff958427a9f75076a3fe.tar.gz |
development/racer: Updated for version 2.1.46.
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 1fdcc6b0e4..29a6230d4c 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 2021-03-26 by running: +slackbuild, you should install the nightly from 2021-05-01 by running: - rustup toolchain install --profile minimal nightly-2021-03-26 + rustup toolchain install --profile minimal nightly-2021-05-01 |