diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-02-13 11:02:27 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-14 06:28:06 +0700 |
commit | 9c580b3850a2c37f4d8c07964a621d05f303c026 (patch) | |
tree | a199d677078c4c7c20120f388f97c6c4be0a497e /development/racer/README | |
parent | 925bb9e857a917858b76a509f146eb592096c27d (diff) |
development/racer: Updated for version 2.1.44.
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 3396ab9d25512..3ea8a8b058ddf 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-11-27 by running: +slackbuild, you should install the nightly from 2021-02-06 by running: - rustup toolchain install --profile minimal nightly-2020-11-27 + rustup toolchain install --profile minimal nightly-2021-02-06 |