Skip to content

Commit

Permalink
chore: bump to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saiintbrisson committed Aug 22, 2023
1 parent c1c2324 commit 494291a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Default:

```toml
[dependencies]
fake = { version = "2.8", features = ["derive"] }
fake = { version = "2.9", features = ["derive"] }
```

Available features:
Expand Down
2 changes: 1 addition & 1 deletion fake/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fake"
version = "2.8.0"
version = "2.9.0"
authors = ["cksac <[email protected]>"]
description = "An easy to use library for generating fake data like name, number, address, lorem, dates, etc."
keywords = ["faker", "data", "generator", "random"]
Expand Down
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.8", features = ["derive"] }
fake = { version = "2.9", features = ["derive"] }
```

Available features:
Expand Down

0 comments on commit 494291a

Please sign in to comment.