From 802ef20dbcb9183c0e02475e4a6a925c8901be79 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Mon, 23 Aug 2021 17:27:39 +0300 Subject: [PATCH] chore: bump helix-dap version to 0.4.1 --- Cargo.lock | 2 +- helix-dap/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"