diff --git a/README.md b/README.md index 6f590cac..324193bc 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ in `Cargo.toml`: ```toml [dependencies] -derive_more = "=1.0.0-beta.5" +derive_more = "=1.0.0-beta.6" # 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"]