From 09a98b3c4cbbf5e7479980ce24b3ea060b7acaf6 Mon Sep 17 00:00:00 2001 From: dsherret Date: Fri, 23 Feb 2024 20:29:20 +0000 Subject: [PATCH] 0.6.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b427d3c..5506710 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,7 +203,7 @@ dependencies = [ [[package]] name = "dprint-plugin-toml" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anyhow", "debug-here", diff --git a/Cargo.toml b/Cargo.toml index eeb36a2..9e086b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-plugin-toml" -version = "0.6.0" +version = "0.6.1" authors = ["David Sherret "] edition = "2021" homepage = "https://github.com/dprint/dprint-plugin-toml"