From d3e2029b0c93bf43ccd8479301d6d57b70389570 Mon Sep 17 00:00:00 2001 From: dsherret Date: Sun, 25 Dec 2022 19:45:28 +0000 Subject: [PATCH] 0.3.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a006c30..c8b0eb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -184,7 +184,7 @@ dependencies = [ [[package]] name = "dprint-plugin-exec" -version = "0.3.4" +version = "0.3.5" dependencies = [ "anyhow", "dprint-core", diff --git a/Cargo.toml b/Cargo.toml index 96ce4dc..4b6b74a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-plugin-exec" -version = "0.3.4" +version = "0.3.5" authors = ["Alex Zherebtsov ", "David Sherret "] edition = "2021" homepage = "https://github.com/dprint/dprint-plugin-exec"