aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-04-21 13:17:50 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-04-21 13:17:50 +0100
commit7f94119171658523bc854e8c8b4b6da28378b468 (patch)
tree2514390a1b3180ad6fdce826ff412617da77e8eb /Cargo.toml
parentfa15c4d75e87bd3bf761c91f030c76aec59308ae (diff)
parent47672726d8df0b04693042cb44bf812b2459f226 (diff)
Merge #1181
1181: :arrow_up: lsp r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0e474a184..c5155e899 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,4 +6,3 @@ incremental = true
6debug = true 6debug = true
7 7
8[patch.'crates-io'] 8[patch.'crates-io']
9lsp-types = { git = "https://github.com/matklad/lsp-types", branch = "selection-range" }