dap: Bump helix-core
This commit is contained in:
parent
09d8c139af
commit
a5ea61433c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
helix-core = { version = "0.4", path = "../helix-core" }
|
helix-core = { version = "0.5", path = "../helix-core" }
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in a new issue