Skip to content

Commit

Permalink
Fix version in crate readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-work committed Nov 4, 2024
1 parent 1e32721 commit 0fe2a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Default:

```toml
[dependencies]
fake = { version = "2.11.0", features = ["derive"] }
fake = { version = "3.0.0", features = ["derive"] }
```

Available features:
Expand Down

0 comments on commit 0fe2a71

Please sign in to comment.