Skip to content

Commit

Permalink
Merge pull request #650 from RalfJung/compiletest
Browse files Browse the repository at this point in the history
the stable part of compiletest_rs is enough
  • Loading branch information
RalfJung authored Mar 1, 2019
2 parents c654940 + 6265f66 commit 909045d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ cargo_miri = ["cargo_metadata", "directories", "rustc_version"]
rustc_tests = []

[dev-dependencies]
compiletest_rs = { version = "0.3.17", features = ["tmp"] }
compiletest_rs = { version = "0.3.17", features = ["tmp", "stable"] }
colored = "1.6"

0 comments on commit 909045d

Please sign in to comment.