Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

v0.21.0

Compare
Choose a tag to compare
@alexheretic alexheretic released this 03 Jul 15:04
· 86 commits to master since this release
dfb0cfa
  • 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.