This repository was archived by the owner on Mar 19, 2024. It is now read-only.
v0.21.0
- Switch thee default toolchain to
''
which will now mean "use rustup/system default toolchain". This allows rustup overrides to be used. - When using a rustup override also check the override toolchain for updates.
- Environments without rustup are now supported without errors or workarounds, however update checking is not supported without rustup.
- Kill RLS instead of waiting for a graceful shutdown, this will stop RLS compiling much more quickly when restarts are requested or project files are closed.