Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cksac committed Oct 25, 2023
1 parent c190c01 commit 1ec3269
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.9", features = ["derive"] }
fake = { version = "2.10", features = ["derive"] }
```

Available features:
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.9", features = ["derive"] }
fake = { version = "2.10", features = ["derive"] }
```

Available features:
Expand Down
2 changes: 1 addition & 1 deletion fake/tests/derive_macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,4 +368,4 @@ mod test_generic {
assert_eq!(o.0, 118);
assert_eq!(o.1, 0.56344515);
}
}
}

0 comments on commit 1ec3269

Please sign in to comment.