diff options
author | Dmitry Sharshakov | 2021-08-23 14:27:39 +0000 |
---|---|---|
committer | Dmitry Sharshakov | 2021-08-23 14:27:39 +0000 |
commit | 802ef20dbcb9183c0e02475e4a6a925c8901be79 (patch) | |
tree | dd8a1cf489802d3130ea462fe4386aade7c3fc1d | |
parent | b6b99b248783583bdcc2439a78b503a31cbbcce8 (diff) |
chore: bump helix-dap version to 0.4.1
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | helix-dap/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -326,7 +326,7 @@ dependencies = [ [[package]] name = "helix-dap" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "fern", diff --git a/helix-dap/Cargo.toml b/helix-dap/Cargo.toml index 7582067e..60115447 100644 --- a/helix-dap/Cargo.toml +++ b/helix-dap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helix-dap" -version = "0.4.0" +version = "0.4.1" authors = ["Blaž Hrastnik <blaz@mxxn.io>"] edition = "2018" license = "MPL-2.0" |