From 33f40369e19d31438a4c212753957b4c0c54c880 Mon Sep 17 00:00:00 2001 From: Praveen Perera Date: Mon, 21 Oct 2024 15:10:42 -0500 Subject: [PATCH] Bump `rustywind` to `v0.23.0` --- Cargo.lock | 2 +- rustywind-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5889fe1..06e17d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -629,7 +629,7 @@ dependencies = [ [[package]] name = "rustywind" -version = "0.22.1" +version = "0.23.0" dependencies = [ "ahash", "anstyle", diff --git a/rustywind-cli/Cargo.toml b/rustywind-cli/Cargo.toml index 1d96808..d427efe 100644 --- a/rustywind-cli/Cargo.toml +++ b/rustywind-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustywind" -version = "0.22.1" +version = "0.23.0" description = "A CLI to sort tailwind CSS classes" documentation = "https://docs.rs/rustywind" authors.workspace = true