Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Oyelowo committed Oct 11, 2023
1 parent 4669c59 commit 9df0182
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["twust-macro", "tailwind"]

[workspace.package]
name = "twust"
version = "1.0.3"
version = "1.0.4"
edition = "2021"
authors = ["Oyelowo Oyedayo"]
description = "One codebase to rule them all"
Expand All @@ -22,13 +22,13 @@ license = "MIT/Apache-2.0"
twust = { path = "twust-macro" }
# tailwind = { path = "tailwind" }

proc-macro2 = "1.0.66"
proc-macro2 = "1.0.69"
quote = "1.0.33"
syn = "2.0.29"
syn = "2.0.38"
nom = "7.1.3"
static_assertions = "1.1.0"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
regex = "1.9.5"
serde_json = "1.0.107"
regex = "1.10.0"
# tailwindcss-core = { git = "https://github.com/Oyelowo/tailwindcss.git", rev = "696810fd5a3d30ee8225913af268be1d2c9dbced" }
# tailwindcss-core = { git = "https://github.com/Oyelowo/tailwindcss/oxide/crates/core.git", rev = "696810fd5a3d30ee8225913af268be1d2c9dbced" }

0 comments on commit 9df0182

Please sign in to comment.