From d9a5537bced8d5c1521ba45b7c55822e208aedee Mon Sep 17 00:00:00 2001 From: dsherret Date: Mon, 2 Dec 2024 00:16:57 +0000 Subject: [PATCH] 0.5.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f99af0..d0b60cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "dprint-plugin-exec" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "dprint-core", diff --git a/Cargo.toml b/Cargo.toml index 975b23a..5002e45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-plugin-exec" -version = "0.5.0" +version = "0.5.1" authors = ["Alex Zherebtsov ", "David Sherret "] edition = "2021" homepage = "https://github.com/dprint/dprint-plugin-exec"