From 5a7fced663028d86d603cffbddcabedfdf7c7199 Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Wed, 25 Sep 2024 23:28:57 -0700 Subject: [PATCH] Update version number in Readme (#70) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ce085e..07b5039 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ to your `Cargo.toml`: ```toml [dependencies] -unicode-width = "0.1.11" +unicode-width = "0.2" ```