Skip to content

Commit

Permalink
Bump version to 0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcondiro committed Feb 16, 2024
1 parent 2810fe2 commit dba6081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "unicode-normalization"
version = "0.1.22"
version = "0.1.23"
authors = ["kwantam <[email protected]>", "Manish Goregaokar <[email protected]>"]

homepage = "https://github.com/unicode-rs/unicode-normalization"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ to your `Cargo.toml`:

```toml
[dependencies]
unicode-normalization = "0.1.22"
unicode-normalization = "0.1.23"
```

## `no_std` + `alloc` support
Expand Down

0 comments on commit dba6081

Please sign in to comment.