Skip to content

Commit a1b7f00

Browse files
committed
Include the missing dependency bump
1 parent f3c7f20 commit a1b7f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helix-lsp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ homepage = "https://helix-editor.com"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
helix-core = { version = "0.4", path = "../helix-core" }
15+
helix-core = { version = "0.5", path = "../helix-core" }
1616

1717
anyhow = "1.0"
1818
futures-executor = "0.3"

0 commit comments

Comments
 (0)