Include the missing dependency bump

pull/926/head v0.5.0
Blaž Hrastnik 2021-10-28 16:44:36 +09:00
parent f3c7f20dbc
commit a1b7f003a6
1 changed files with 1 additions and 1 deletions

View File

@ -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"
futures-executor = "0.3"