Skip to content

Commit 4371147

Browse files
committed
refactor(wdl-lsp): switch to tower-lsp-server
`tower-lsp-server`/`ls-types` are maintained forks of `tower-lsp`/`lsp-types`. Lot of noise in here, since the LSP types now use `fluent_uri::Uri` instead of `Url`.
1 parent 4a5e10c commit 4371147

23 files changed

Lines changed: 366 additions & 264 deletions

Cargo.lock

Lines changed: 52 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ libc = "0.2"
5959
libtest-mimic = "^0.8.1"
6060
line-index = "0.1.2"
6161
logos = "0.16.1"
62-
lsp-types = "0.94.1"
62+
ls-types = "0.0.3"
6363
macropol = "0.1.4"
6464
maud = "0.27.0"
6565
nonempty = "0.12.0"
@@ -109,7 +109,7 @@ toml = "0.9.11"
109109
toml_edit = { version = "0.24.0", features = ["serde"] }
110110
tower = { version = "0.5.3", features = ["util"] }
111111
tower-http = { version = "0.6.8", features = ["cors", "trace"] }
112-
tower-lsp = "0.20.0"
112+
tower-lsp-server = "0.23.0"
113113
tracing = "0.1.44"
114114
tracing-indicatif = "0.3.14"
115115
tracing-log = "0.2.0"

crates/wdl-analysis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ignore = { workspace = true }
1818
indexmap = { workspace = true }
1919
itertools = { workspace = true }
2020
line-index = { workspace = true }
21-
lsp-types = { workspace = true }
21+
ls-types = { workspace = true }
2222
parking_lot = { workspace = true }
2323
path-clean = { workspace = true }
2424
petgraph = { workspace = true }

0 commit comments

Comments
 (0)