ebkalderon / tower-lsp

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

Change minimum Rust version to 1.64.0 #395

Closed ebkalderon closed 11 months ago

ebkalderon commented 11 months ago

Changed

The updated MSRV is necessary in order to build async-tungstenite 0.22. Even though this is a dev-dependency and not a hard requirement, Rust 1.59 is a pretty old compiler release anyway.

Closes #392.