ebkalderon / tower-lsp

Language Server Protocol implementation written in Rust
Apache License 2.0
1k stars 55 forks source link

Bump various dependencies #298

Closed seanyoung closed 2 years ago

seanyoung commented 2 years ago

nom 7.1.0 depends on rust 1.46.0, since it uses an if in a const fn so bump the rust version too.

seanyoung commented 2 years ago

Due to tower-lsp dependencies being out of date, I cannot update some solang dependencies.

ebkalderon commented 2 years ago

Thanks so much for the pull request, @seanyoung! Sorry for the delayed review, but it's been a busy new year. Hope it's not too late! Excited to return back to tower-lsp.