Skip to content

Commit

Permalink
Merge pull request #14 from Y-Nak/fix-readme
Browse files Browse the repository at this point in the history
Fix `README`
  • Loading branch information
Y-Nak authored Dec 4, 2024
2 parents cad02fb + e9d05f1 commit 1928f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Add the following dependency to your `Cargo.toml`.

``` toml
[dev-dependencies]
dir-test = "0.1"
dir-test = "0.4"
```

### Basic Usage
Expand Down Expand Up @@ -141,4 +141,4 @@ use dir_test::{dir_test, Fixture};
fn test(fixture: Fixture<&str>) -> std::io::Result<()> {
// ...
}
```
```

0 comments on commit 1928f00

Please sign in to comment.