Skip to content

Commit 914f935

Browse files
committed
Update README.md
1 parent 3d21595 commit 914f935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To use `compiletest-rs` in your application, add the following to `Cargo.toml`
1414

1515
```toml
1616
[dev-dependencies]
17-
compiletest_rs = "0.7"
17+
compiletest_rs = "0.8"
1818
```
1919

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

2929
```toml
3030
[dev-dependencies]
31-
compiletest_rs = { version = "0.7", features = [ "rustc" ] }
31+
compiletest_rs = { version = "0.8", features = [ "rustc" ] }
3232
```
3333

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

0 commit comments

Comments
 (0)