chore: bump helix-dap version to 0.4.1

This commit is contained in:
Dmitry Sharshakov 2021-08-23 17:27:39 +03:00
parent b6b99b2487
commit 802ef20dbc
No known key found for this signature in database
GPG key ID: 471FD32E15FD8473
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -326,7 +326,7 @@ dependencies = [
[[package]] [[package]]
name = "helix-dap" name = "helix-dap"
version = "0.4.0" version = "0.4.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"fern", "fern",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "helix-dap" name = "helix-dap"
version = "0.4.0" version = "0.4.1"
authors = ["Blaž Hrastnik <blaz@mxxn.io>"] authors = ["Blaž Hrastnik <blaz@mxxn.io>"]
edition = "2018" edition = "2018"
license = "MPL-2.0" license = "MPL-2.0"