diff options
author | Blaž Hrastnik | 2021-10-28 07:44:36 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-10-28 07:44:36 +0000 |
commit | a1b7f003a6ea61b2a77056ce8865a779b3452975 (patch) | |
tree | 1d7364c052c7e1b831b0d40c228102b4c48fed56 | |
parent | f3c7f20dbce09f516ada77f34f215d64743a34f1 (diff) |
Include the missing dependency bump
-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 5a284c46..f9910cc0 100644 --- a/helix-lsp/Cargo.toml +++ b/helix-lsp/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://helix-editor.com" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -helix-core = { version = "0.4", path = "../helix-core" } +helix-core = { version = "0.5", path = "../helix-core" } anyhow = "1.0" futures-executor = "0.3" |