From a2d40968cd0ffa7ee7d2ac98bd988bc4b16eecaa Mon Sep 17 00:00:00 2001 From: Ahmed Date: Mon, 19 Aug 2024 22:44:56 +0200 Subject: [PATCH] Bump dependency version in readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index f8466c4..e1dd21d 100644 --- a/Readme.md +++ b/Readme.md @@ -12,7 +12,7 @@ your project by: * Adding the following line to your Cargo.toml: ```toml [dependencies] - safe-discriminant = "0.1.0" + safe-discriminant = "0.2.0" ``` * Or runing this command in your cargo project: ```sh