Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Oct 21, 2024
1 parent 4d348d6 commit 2c5f3e4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions rustywind-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustywind"
version = "0.23.0"
version = "0.23.1"
description = "A CLI to sort tailwind CSS classes"
documentation = "https://docs.rs/rustywind"
authors.workspace = true
Expand All @@ -16,8 +16,8 @@ pkg-fmt = "tgz"

[dependencies]
# rustywind
rustywind_core = { version = "0.2.0" }
rustywind_vite = { version = "0.2.0" }
rustywind_core = { version = "0.2.1" }
rustywind_vite = { version = "0.2.1" }

# iter
itertools = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion rustywind-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustywind_core"
version = "0.2.0"
version = "0.2.1"
description = "A library for sorting tailwind CSS classes"
documentation = "https://docs.rs/rustywind_core"
authors.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions rustywind-vite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustywind_vite"
version = "0.2.0"
version = "0.2.1"
description = "Additional functionality for rustywind_core specific to Vite"
documentation = "https://docs.rs/rustywind_vite"
authors.workspace = true
Expand All @@ -10,7 +10,7 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
rustywind_core = { version = "0.2.0" }
rustywind_core = { version = "0.2.1" }

# tls
rustls = { version = "0.23", features = ["ring"], default-features = false }
Expand Down

0 comments on commit 2c5f3e4

Please sign in to comment.