Skip to content

Commit

Permalink
Update version in README to be strict
Browse files Browse the repository at this point in the history
Co-authored-by: Jelte Fennema <github-tech@jeltef.nl>
  • Loading branch information
tyranron and JelteF authored Jul 26, 2023
1 parent 2d52ccc commit 4fc9b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 4fc9b6a

Please sign in to comment.