diff options
| author | bors <bors@rust-lang.org> | 2020-04-15 07:39:03 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-04-15 07:39:03 +0000 |
| commit | c496f4e63f5621872060b21793c5ec4ddf0e4a35 (patch) | |
| tree | 328724ddc377c01eb4d1fc8489ef2ddd460e2c15 | |
| parent | a96f8743014cb1e3c26ec6e6b45734fa537bda2e (diff) | |
| parent | 9eda46ece548f55d2e133d311f73eb5fe570a21d (diff) | |
| download | rust-c496f4e63f5621872060b21793c5ec4ddf0e4a35.tar.gz rust-c496f4e63f5621872060b21793c5ec4ddf0e4a35.zip | |
Auto merge of #5464 - matthiaskrgr:dep_compiletest, r=phansch
deps: bump compiletest-rs from 0.4 to 0.5 changelog: none
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 8421670a1a4..7b07fde4399 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ lazy_static = "1.0" [dev-dependencies] cargo_metadata = "0.9.0" -compiletest_rs = { version = "0.4.0", features = ["tmp"] } +compiletest_rs = { version = "0.5.0", features = ["tmp"] } tester = "0.7" lazy_static = "1.0" clippy-mini-macro-test = { version = "0.2", path = "mini-macro" } |
