diff options
author | Blaž Hrastnik | 2021-01-06 05:08:23 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-01-06 05:08:23 +0000 |
commit | 3bf4e1e8fa1c7ffbc6866c00beb6bd9d637d44ff (patch) | |
tree | 462b5335b584e7b0f96fd67846a5e4a802b050d5 /helix-lsp/Cargo.toml | |
parent | 6ec0f8e80f0a39cd19790b8c65ac0c5039a6d46a (diff) |
Update deps.
Diffstat (limited to 'helix-lsp/Cargo.toml')
-rw-r--r-- | helix-lsp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml index 70cf9c64..18aa90d0 100644 --- a/helix-lsp/Cargo.toml +++ b/helix-lsp/Cargo.toml @@ -11,7 +11,7 @@ helix-core = { path = "../helix-core" } once_cell = "1.4" -lsp-types = { version = "0.85", features = ["proposed"] } +lsp-types = { version = "0.86", features = ["proposed"] } smol = "1.2" url = "2" pathdiff = "0.2" |