Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed May 28, 2024
1 parent 786e124 commit 02c4a78
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 @@ -14,7 +14,7 @@ To use `compiletest-rs` in your application, add the following to `Cargo.toml`

```toml
[dev-dependencies]
compiletest_rs = "0.10.0"
compiletest_rs = "0.11.0"
```

By default, `compiletest-rs` should be able to run on both stable, beta and
Expand All @@ -28,7 +28,7 @@ crate.

```toml
[dev-dependencies]
compiletest_rs = { version = "0.10.0", features = [ "rustc" ] }
compiletest_rs = { version = "0.11.0", features = [ "rustc" ] }
```

Create a `tests` folder in the root folder of your project. Create a test file
Expand Down

0 comments on commit 02c4a78

Please sign in to comment.