tower-lsp 0.7.0
Pre-release
Pre-release
Added
- Add default implementations to all non-required
LanguageServermethods. - Add support for emitting custom notifications to clients (PR #99).
- Implement support for the following client-to-server messages:
textDocument/signatureHelptextDocument/implementation
Changed
- Bump minimum supported Rust version to 1.39.0.
- Convert to
std::futureand async/await (PR #101). - Update
futurescrate from 0.1.28 to 0.3. - Update
lsp-typescrate from 0.68.0 to 0.70. - Update
tokiocrate from 0.1.12 to 0.2. - Update
tower-servicecrate from 0.2.0 to 0.3.
Fixed
- Fix some incorrect links in doc comments.