From b48054f3ee28db64110f9ddcc13d7f01bb78b357 Mon Sep 17 00:00:00 2001 From: BenoƮt CORTIER Date: Fri, 18 Jun 2021 09:48:31 -0400 Subject: cargo: add version to local dependencies First step towards enabling us to publish on crates.io. See: https://github.com/helix-editor/helix/issues/42 --- helix-view/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helix-view') diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 593f00e0..db96c9aa 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -13,8 +13,8 @@ default = ["term"] [dependencies] anyhow = "1" -helix-core = { path = "../helix-core" } -helix-lsp = { path = "../helix-lsp"} +helix-core = { version = "0.2", path = "../helix-core" } +helix-lsp = { version = "0.2", path = "../helix-lsp"} # Conversion traits tui = { path = "../helix-tui", package = "helix-tui", default-features = false, features = ["crossterm"], optional = true } -- cgit v1.2.3-70-g09d2