Skip to content

Commit

Permalink
Use patched version of lsp-types to stay compatible with code 1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Dec 21, 2020
1 parent c3d21ea commit 5e2935e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ incremental = true
debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.

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

# chalk-solve = { path = "../chalk/chalk-solve" }
Expand Down

0 comments on commit 5e2935e

Please sign in to comment.