Skip to content

Commit 0213bf4

Browse files
committed
Bump version to 0.2.2 and update metadada
1 parent c6e1f2b commit 0213bf4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[package]
22
name = "caseless"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Simon Sapin <[email protected]>"]
55
description = "Unicode caseless matching"
66
repository = "https://github.com/SimonSapin/rust-caseless"
77
license = "MIT"
8+
keywords = ["unicode", "string", "case-insensitive", "normalization", "no_std"]
9+
categories = ["text-processing"]
10+
readme = "README.md"
811

912
build = "src/build.rs"
1013

0 commit comments

Comments
 (0)