Skip to content

Commit

Permalink
Fix version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jul 26, 2023
1 parent d7a497b commit 2d52ccc
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 = "0.99.0"
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 2d52ccc

Please sign in to comment.