diff options
author | Blaž Hrastnik | 2021-08-12 16:28:11 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-08-12 16:28:11 +0000 |
commit | 3de40de0a9b946175de99576a013e1cfcabbc630 (patch) | |
tree | 777171d1fa7b1aa2e7674ff249133193e908ab49 /helix-term | |
parent | 733ee06b7b6a9874fccfcb10cf1d47cc4e073a29 (diff) |
fix build...
Diffstat (limited to 'helix-term')
-rw-r--r-- | helix-term/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 13ef7259..a4c25f27 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -21,9 +21,9 @@ name = "hx" path = "src/main.rs" [dependencies] -helix-core = { version = "0.3", path = "../helix-core" } -helix-view = { version = "0.3", path = "../helix-view" } -helix-lsp = { version = "0.3", path = "../helix-lsp" } +helix-core = { version = "0.4", path = "../helix-core" } +helix-view = { version = "0.4", path = "../helix-view" } +helix-lsp = { version = "0.4", path = "../helix-lsp" } anyhow = "1" once_cell = "1.8" |