From 821938e558f46e64fee1045a96c4cacaa984f260 Mon Sep 17 00:00:00 2001 From: Parth Date: Sun, 13 Nov 2022 14:25:24 -0500 Subject: [PATCH] update version info in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48d9a92..726f535 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ to your `Cargo.toml`: ```toml [dependencies] -unicode-segmentation = "1.9.0" +unicode-segmentation = "1.10.0" ``` # Change Log