Skip to content

Commit

Permalink
(chore): use new twust macro version
Browse files Browse the repository at this point in the history
  • Loading branch information
Oyelowo committed Jan 19, 2025
1 parent 4c56a8d commit a401d2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/book
keep_files: false # Ensures a clean deployment
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["twust", "twust_macro", "tailwind"]

[workspace.package]
name = "twust"
version = "1.0.6"
version = "1.1.0"
edition = "2021"
authors = ["Oyelowo Oyedayo"]
email = ["[email protected]"]
Expand All @@ -27,8 +27,8 @@ keywords = ["tailwind", "css", "tailwindcss", "ui", "web"]

[workspace.dependencies]
twust = { path = "twust" }
# twust_macro = { version = "1.0.6", features = ["daisyui"] }
twust_macro = { path = "twust_macro", features = ["daisyui"] }
twust_macro = { version = "1.1.0", features = ["daisyui"] }
# twust_macro = { path = "twust_macro", features = ["daisyui"] }
proc-macro2 = "1.0.69"
quote = "1.0.33"
syn = { version = "2.0.38", features = ["full"] }
Expand Down

0 comments on commit a401d2b

Please sign in to comment.