Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Munksgaard committed Sep 23, 2022
1 parent 6b52ec9 commit 6bcae19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compiletest_rs"
version = "0.8.0"
version = "0.9.0"
authors = [ "The Rust Project Developers"
, "Thomas Bracht Laumann Jespersen <laumann.thomas@gmail.com>"
, "Manish Goregaokar <manishsmail@gmail.com>"
Expand Down
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.8"
compiletest_rs = "0.9"
```

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.8", features = [ "rustc" ] }
compiletest_rs = { version = "0.9", features = [ "rustc" ] }
```

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

0 comments on commit 6bcae19

Please sign in to comment.