diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-04-10 07:53:12 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-10 17:04:46 +0700 |
commit | 3fdcb40484e1e03a12d8037288f33f5c671e91b3 (patch) | |
tree | a6a5f316f5ac89c8cedadd10bbeac101b420b44d /development/racer/README | |
parent | 6ab8202b558ca9c7d5826e32d56ee94368ffa279 (diff) |
development/racer: Updated for version 2.1.45.
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 3ea8a8b058ddf..1fdcc6b0e485c 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-02-06 by running: +slackbuild, you should install the nightly from 2021-03-26 by running: - rustup toolchain install --profile minimal nightly-2021-02-06 + rustup toolchain install --profile minimal nightly-2021-03-26 |