Skip to content

Commit

Permalink
Bump to an experimental version of tower-lsp
Browse files Browse the repository at this point in the history
This version of `tower-lsp` includes
ebkalderon/tower-lsp#428, which fixes
elijah-potter#139
  • Loading branch information
jfly committed Oct 25, 2024
1 parent d4b85d4 commit 2cd0f36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion harper-ls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/elijah-potter/harper"
harper-core = { path = "../harper-core", version = "0.12.0", features = ["concurrent"] }
harper-comments = { path = "../harper-comments", version = "0.12.0" }
harper-html = { path = "../harper-html", version = "0.12.0" }
tower-lsp = "0.20.0"
tower-lsp = { git = "https://github.com/jfly/tower-lsp.git", branch = "actually-exit-buildable" }
tokio = { version = "1.40.0", features = ["fs", "rt", "rt-multi-thread", "macros", "io-std", "io-util", "net"] }
clap = { version = "4.5.18", features = ["derive"] }
once_cell = "1.20.2"
Expand Down

0 comments on commit 2cd0f36

Please sign in to comment.