diff --git a/README.md b/README.md index 286d914..5fcf6d2 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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