diff options
Diffstat (limited to 'helix-dap/Cargo.toml')
-rw-r--r-- | helix-dap/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helix-dap/Cargo.toml b/helix-dap/Cargo.toml index 42dd29a8..24288697 100644 --- a/helix-dap/Cargo.toml +++ b/helix-dap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helix-dap" -version = "0.5.0" +version = "0.6.0" authors = ["Blaž Hrastnik <blaz@mxxn.io>"] edition = "2018" license = "MPL-2.0" @@ -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.5", path = "../helix-core" } +helix-core = { version = "0.6", path = "../helix-core" } anyhow = "1.0" log = "0.4" serde = { version = "1.0", features = ["derive"] } |