From b98123636b3102111befa1ef0ae4e1406fe0ee92 Mon Sep 17 00:00:00 2001 From: oyelowo Date: Fri, 17 Jan 2025 22:40:08 +0200 Subject: [PATCH] Use published twust_macro version --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c521d63..800773a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,8 @@ keywords = ["tailwind", "css", "tailwindcss", "ui", "web"] [workspace.dependencies] twust = { path = "twust" } -twust_macro = { path = "twust_macro" } +twust_macro = { version = "1.0.6" } +# twust_macro = { path = "twust_macro" } proc-macro2 = "1.0.69" quote = "1.0.33" syn = { version = "2.0.38" }