Skip to content

Commit 4f1fca7

Browse files
committed
Auto merge of #1883 - smoelius:master, r=RalfJung
Update compiletest_rs dependency Hello. I am trying to [update some Clippy dependencies](rust-lang/rust#88517) in the rust repo. To help keep the overall number of dependencies down, I was asked to submit a PR here to update `compiletest_rs` to from `0.6.0` to `0.7.0`. I ran CI on my fork and the update didn't seem to cause any problems.
2 parents 9fc61cf + 8d797fb commit 4f1fca7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ measureme = "9.1.2"
3838
libc = "0.2"
3939

4040
[dev-dependencies]
41-
compiletest_rs = { version = "0.6", features = ["tmp"] }
41+
compiletest_rs = { version = "0.7", features = ["tmp"] }
4242
rustc_version = "0.3"
4343
colored = "2"
4444

0 commit comments

Comments
 (0)