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 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 |