diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2020-10-11 13:32:12 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:36:25 +0700 |
commit | 84ef49ae83763f503f6df926dcb2bb3c1546db9b (patch) | |
tree | c01723758467ae335c9fe226002e6440e132c0c3 /development/racer/README | |
parent | 4a03c1af5cf1b5d2ffb33e6db093b89617b4adc6 (diff) | |
download | slackbuilds-84ef49ae83763f503f6df926dcb2bb3c1546db9b.tar.gz |
development/racer: Updated for version 2.1.39.
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/racer/README b/development/racer/README index 8614f48dfe..9af5268fb6 100644 --- a/development/racer/README +++ b/development/racer/README @@ -1 +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: + + rustup toolchain install nightly-2020-09-23 |