aboutsummaryrefslogtreecommitdiff
path: root/helix-dap/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-11-06 15:29:43 +0000
committerBlaž Hrastnik2021-11-06 15:29:43 +0000
commita5ea61433c42ec05cd21c8b5c437827a66efb906 (patch)
treed4dd30b1bf2ed91e9a1cb1f48f1c4c531c19f9b6 /helix-dap/Cargo.toml
parent09d8c139afc124595a7b505c6f58c660b10b6c6b (diff)
dap: Bump helix-core
Diffstat (limited to 'helix-dap/Cargo.toml')
-rw-r--r--helix-dap/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }