Skip to content

Commit

Permalink
Include the missing dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Oct 28, 2021
1 parent f3c7f20 commit a1b7f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a1b7f00

Please sign in to comment.