Skip to content

Commit

Permalink
Fix LSP package
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed May 21, 2024
1 parent c11fe2e commit e52570a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ hakana-analyzer = { path = "src/analyzer" }
hakana-language-server = { path = "src/language_server" }
hakana-workhorse = { path = "src/file_scanner_analyzer" }
mimalloc = { version = "*", default-features = false }
tokio = "1.26.0"
tower-lsp = { git = "https://github.com/ebkalderon/tower-lsp", branch = "support-mutable-methods" }
tower-lsp = { version = "=0.20.0", features = ["proposed"] }
tokio = { version = "1.26.0", features = ["full"] }

[workspace]
members = [
Expand Down

0 comments on commit e52570a

Please sign in to comment.