aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-04-21 13:14:30 +0100
committerAleksey Kladov <[email protected]>2019-04-21 13:17:22 +0100
commit47672726d8df0b04693042cb44bf812b2459f226 (patch)
tree2514390a1b3180ad6fdce826ff412617da77e8eb /Cargo.toml
parentfa15c4d75e87bd3bf761c91f030c76aec59308ae (diff)
:arrow_up: lsp
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" }