Skip to content

Commit

Permalink
Use published twust_macro version
Browse files Browse the repository at this point in the history
  • Loading branch information
Oyelowo committed Jan 17, 2025
1 parent 73f79f7 commit b981236
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit b981236

Please sign in to comment.