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 /helix-dap | |
parent | b6b99b248783583bdcc2439a78b503a31cbbcce8 (diff) |
chore: bump helix-dap version to 0.4.1
Diffstat (limited to 'helix-dap')
-rw-r--r-- | helix-dap/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |