From 4fc9b6a754f928c495fbaa848886c68cf1865f00 Mon Sep 17 00:00:00 2001 From: Kai Ren Date: Wed, 26 Jul 2023 19:59:14 +0300 Subject: [PATCH] Update version in README to be strict Co-authored-by: Jelte Fennema --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf552fd5..758e7976 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ in `Cargo.toml`: ```toml [dependencies] -derive_more = "1.0.0-beta.3" +derive_more = "=1.0.0-beta.3" # You can specify the types of derives that you need for less time spent # compiling. For the full list of features see this crate its `Cargo.toml`. features = ["from", "add", "iterator"]