From d1742e6bee239f3edd59acda69aeb8cb964b849f Mon Sep 17 00:00:00 2001 From: Sandro-Alessio Gierens Date: Mon, 11 Sep 2023 10:02:38 +0200 Subject: [PATCH] doc(readme): fix dependecy suggestion Signed-off-by: Sandro-Alessio Gierens --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0025c61..9299cf5 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This crate works with [Cargo](https://crates.io). Add the following to your `Car ```toml [dependencies] -uzers = "0.11.1" +uzers = "0.11" ```