From a5ea61433c42ec05cd21c8b5c437827a66efb906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Sun, 7 Nov 2021 00:29:43 +0900 Subject: [PATCH] dap: Bump helix-core --- helix-dap/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-dap/Cargo.toml b/helix-dap/Cargo.toml index 6870adb6..42dd29a8 100644 --- a/helix-dap/Cargo.toml +++ b/helix-dap/Cargo.toml @@ -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" log = "0.4" serde = { version = "1.0", features = ["derive"] }