Skip to content

Commit 5a69b3b

Browse files
authored
Merge pull request #115 from Marcondiro/master
Release 0.1.25
2 parents ec98c83 + 7ae3eb0 commit 5a69b3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "unicode-normalization"
4-
version = "0.1.24"
4+
version = "0.1.25"
55
authors = [
66
"kwantam <[email protected]>",
77
"Manish Goregaokar <[email protected]>",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ to your `Cargo.toml`:
3131

3232
```toml
3333
[dependencies]
34-
unicode-normalization = "0.1.24"
34+
unicode-normalization = "0.1.25"
3535
```
3636

3737
## `no_std` + `alloc` support

0 commit comments

Comments
 (0)