8000 Bump version, add self as co-maintainer · unicode-rs/unicode-normalization@c566aaf · GitHub
[go: up one dir, main page]

Skip to content

Commit c566aaf

Browse files
committed
Bump version, add self as co-maintainer
1 parent c243fee commit c566aaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22

33
name = "unicode-normalization"
4-
version = "0.1.14"
5-
authors = ["kwantam <kwantam@gmail.com>"]
4+
version = "0.1.15"
5+
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
66

77
homepage = "https://github.com/unicode-rs/unicode-normalization"
88
repository = "https://github.com/unicode-rs/unicode-normalization"

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.13"
34+
unicode-normalization = "0.1.15"
3535
```
3636

3737
## `no_std` + `alloc` support

0 commit comments

Comments
 (0)
0