diff options
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 3396ab9d2551..3ea8a8b058dd 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 |