Skip to content

Commit

Permalink
Release new version v0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Mar 20, 2024
1 parent a675d81 commit e48e50c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 27 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.21.1] - 2024-03-20

- Switch up std HashMap for faster hasher ahash
- Update rustls to 0.22
- Update cargo deps
Expand Down
42 changes: 21 additions & 21 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@ authors = ["Praveen Perera <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
name = "rustywind"
version = "0.21.0"
version = "0.21.1"
homepage = "https://github.com/avencera/rustywind"
repository = "https://github.com/avencera/rustywind"
documentation = "https://docs.rs/rustywind"
description = "A CLI to sort tailwind CSS classes"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }.tar.gz"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"

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

[dependencies]
Expand Down Expand Up @@ -58,8 +63,3 @@ pretty_assertions = "1.4"
codegen-units = 1
lto = "fat"
opt-level = 3

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }.tar.gz"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"

0 comments on commit e48e50c

Please sign in to comment.