From 606cd79df0b74a2fce79402aa3e8599c78f38cff Mon Sep 17 00:00:00 2001 From: dsherret Date: Mon, 30 Sep 2024 12:45:31 +0000 Subject: [PATCH] 0.6.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3464bf9..8e0a1df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,7 +229,7 @@ dependencies = [ [[package]] name = "dprint-plugin-toml" -version = "0.6.2" +version = "0.6.3" dependencies = [ "anyhow", "debug-here", diff --git a/Cargo.toml b/Cargo.toml index 3a8f9bb..9168c1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-plugin-toml" -version = "0.6.2" +version = "0.6.3" authors = ["David Sherret "] edition = "2021" homepage = "https://github.com/dprint/dprint-plugin-toml"