Skip to content

Commit

Permalink
chore(deps): update lsp-types to v0.95
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Dec 12, 2023
1 parent 0156f3e commit 4f00e12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/stef-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ license.workspace = true
anyhow = "1.0.75"
clap.workspace = true
directories = "5.0.1"
line-index = "0.1.0"
line-index = "0.1.1"
log = { version = "0.4.20", features = ["kv_unstable_std", "std"] }
lsp-server = "0.7.5"
lsp-types = { version = "0.94.1", features = ["proposed"] }
lsp-types = { version = "0.95.0", features = ["proposed"] }
ouroboros = "0.18.1"
parking_lot = "0.12.1"
ropey = "1.6.1"
Expand Down

0 comments on commit 4f00e12

Please sign in to comment.