diff options
author | Blaž Hrastnik | 2022-01-04 09:54:05 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-01-04 09:54:37 +0000 |
commit | efaac6c5d381b2fdf24f0b91956ac6949f6a07e6 (patch) | |
tree | 8080dbd591488eb599efdbece0b8f38164529f8b /helix-lsp | |
parent | c8794b30eeb457934278f5cbc01d0c6854ad745d (diff) |
Release 0.6
Diffstat (limited to 'helix-lsp')
-rw-r--r-- | helix-lsp/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml index b7fe94ab..ee485f57 100644 --- a/helix-lsp/Cargo.toml +++ b/helix-lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helix-lsp" -version = "0.5.0" +version = "0.6.0" authors = ["Blaž Hrastnik <blaz@mxxn.io>"] edition = "2021" license = "MPL-2.0" @@ -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.5", path = "../helix-core" } +helix-core = { version = "0.6", path = "../helix-core" } anyhow = "1.0" futures-executor = "0.3" |