Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Jun 9, 2023
1 parent 0dd9427 commit 7b3bbb4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/tailwind-config/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
name = "tailwind-config"
repository = "https://github.com/arlyon/stailwc"
version = "0.16.0"
version = "0.17.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion crates/tailwind-parse-macro/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
name = "tailwind-parse-macro"
repository = "https://github.com/arlyon/stailwc"
version = "0.16.0"
version = "0.17.0"

[lib]
proc_macro = true
Expand Down
6 changes: 3 additions & 3 deletions crates/tailwind-parse/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
name = "tailwind-parse"
repository = "https://github.com/arlyon/stailwc"
version = "0.16.0"
version = "0.17.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -16,8 +16,8 @@ nom_locate = "4.0.0"
phf = {version = "0.11.1", features = ["macros"]}
stailwc-swc-utils = {version = "0.16.0", path = "../swc-utils"}
swc_core = {version = "=0.76.9", features = ["common", "ecma_ast"]}
tailwind-config = {version = "0.16.0", path = "../tailwind-config"}
tailwind-parse-macro = {version = "0.16.0", path = "../tailwind-parse-macro"}
tailwind-config = {version = "0.17.0", path = "../tailwind-config"}
tailwind-parse-macro = {version = "0.17.0", path = "../tailwind-parse-macro"}
thiserror = "1.0.37"

[dev-dependencies]
Expand Down

0 comments on commit 7b3bbb4

Please sign in to comment.