From 0d1b27888e0e4f8d58cb2e289b705d3794ce9580 Mon Sep 17 00:00:00 2001 From: dsherret Date: Mon, 27 May 2024 03:28:51 +0000 Subject: [PATCH] 0.6.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 620c53b..1f6ee25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,7 +235,7 @@ dependencies = [ [[package]] name = "dprint-plugin-toml" -version = "0.6.1" +version = "0.6.2" dependencies = [ "anyhow", "debug-here", diff --git a/Cargo.toml b/Cargo.toml index 77eba0a..ad5d278 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-plugin-toml" -version = "0.6.1" +version = "0.6.2" authors = ["David Sherret "] edition = "2021" homepage = "https://github.com/dprint/dprint-plugin-toml"