Skip to content

Commit 6bcae19

Browse files
committed
Release 0.9.0
1 parent 6b52ec9 commit 6bcae19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compiletest_rs"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = [ "The Rust Project Developers"
55
, "Thomas Bracht Laumann Jespersen <[email protected]>"
66
, "Manish Goregaokar <[email protected]>"

README.md

+2-2
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.8"
17+
compiletest_rs = "0.9"
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.8", features = [ "rustc" ] }
31+
compiletest_rs = { version = "0.9", 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)