tower-lsp 0.15.0
Pre-release
Pre-release
Changed
- Bump minimum supported Rust version from
1.45.0
to1.52.0
(PR #300). - Update
lsp-types
from0.89
to0.92
(PR #300). - Update
auto_impl
from0.4
to0.5
(PR #298). - Update
dashmap
from4.0.2
to5.0.0
(PR #298). - Update
nom
from6.1.2
to7.1.0
(PR #298).
Fixed
- Support
null
and negative integer values as request IDs (PR #285).