Skip to content

Commit

Permalink
Update lsp-types (fix compilation)
Browse files Browse the repository at this point in the history
Summary: Buck definitions updated in D48163545 and we use vendored.

Reviewed By: dtolnay

Differential Revision: D48295167

fbshipit-source-id: 2c561e7c6d7dad7ea792c4eaa81b69f93bcfe54e
  • Loading branch information
stepancheg authored and facebook-github-bot committed Aug 12, 2023
1 parent 1d084a1 commit 4480063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starlark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ serde = { version = "1.0", features = ["derive"] }
logos = "0.12"
serde_json = "1.0"
maplit = "1.0.2"
lsp-server = "0.5"
lsp-types = "0.93.0"
lsp-server = "0.7.2"
lsp-types = "0.94.1"
memchr = "2.4.1"
debugserver-types = "0.5.0"
hashbrown = { version = "0.12.3", features = ["raw"] }
Expand Down

0 comments on commit 4480063

Please sign in to comment.