This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Releases: rust-lang/atom-ide-rust
Releases · rust-lang/atom-ide-rust
v0.19.1
- Update atom-languageclient ->
0.9.9
- Update package.json repo -> rust-lang
v0.19.0
- Remove
language-rust
package dependency now Atom has built in support. - Require Atom 1.33 or later.
v0.18.5
- Update atom-languageclient ->
0.9.8
- Reduce false positives when checking for suspicious/non-LSP stdout from RLS.
v0.18.4
- Add
rls::build=info
default RUST_LOG when console logging is enabled. - Update atom-languageclient ->
0.9.7
- Fix toolchain warning message typo.
v0.18.3
- Fix "has rls" dated nightly search & nightly check after rust manifest format change.
v0.18.2
- Fix undefined dereference
v0.18.1
- Update atom-languageclient ->
0.9.6
v0.18.0
v0.17.1
- Delay conflicting package checks until first ide-rust usage.