From df97737e1c2ec53adbca6283779387f11b1c5f73 Mon Sep 17 00:00:00 2001 From: dsherret Date: Sat, 4 Jan 2025 20:57:02 +0000 Subject: [PATCH] 0.6.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e0a1df..6bd8250 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,7 +229,7 @@ dependencies = [ [[package]] name = "dprint-plugin-toml" -version = "0.6.3" +version = "0.6.4" dependencies = [ "anyhow", "debug-here", diff --git a/Cargo.toml b/Cargo.toml index 9168c1e..54a098b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-plugin-toml" -version = "0.6.3" +version = "0.6.4" authors = ["David Sherret "] edition = "2021" homepage = "https://github.com/dprint/dprint-plugin-toml"