diff --git a/Cargo.lock b/Cargo.lock index fe5c4713e..0f1dfa10f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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 7582067e6..60115447f 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 "] edition = "2018" license = "MPL-2.0"