ebkalderon / tower-lsp

Language Server Protocol implementation written in Rust
Apache License 2.0
952 stars 54 forks source link

Update `lsp-types` to 0.95.0 #412

Open ahlinc opened 5 months ago

ahlinc commented 5 months ago

@ebkalderon I've updated most dependency crate versions to the latest to make that tower-lsp wouldn't be a blocker to use latest crate versions in the consumers' code but the dashmap and async-tungstenite crates require to increase MSRV.

fwcd commented 1 month ago

Could be bumped to 0.96.0, which would conveniently add derived Hash impls for Position, Range and Location.

zebreus commented 4 weeks ago

@ebkalderon Can you please cherrypick https://github.com/ebkalderon/tower-lsp/commit/e9de56a2fcd99bd51f025f98c180f28d1f7648ba which updates lsp-types to 0.97 onto this PR and merge it?