Skip to content

Commit 5e2935e

Browse files
committed
Use patched version of lsp-types to stay compatible with code 1.51
1 parent c3d21ea commit 5e2935e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ incremental = true
2020
debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
2121

2222
[patch.'crates-io']
23+
lsp-types = { git = "https://github.com/matklad/lsp-types/", branch = "code151" }
2324
# rowan = { path = "../rowan" }
2425

2526
# chalk-solve = { path = "../chalk/chalk-solve" }

0 commit comments

Comments
 (0)