diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2020-04-14 21:29:23 +0200 |
|---|---|---|
| committer | Matthias Krüger <matthias.krueger@famsik.de> | 2020-04-14 21:29:23 +0200 |
| commit | 9eda46ece548f55d2e133d311f73eb5fe570a21d (patch) | |
| tree | 7537e3b65dc5620e266e58aa532cc64fe12e0998 | |
| parent | d236b30a1d638340aad8345fa2946cfe9543dcf0 (diff) | |
| download | rust-9eda46ece548f55d2e133d311f73eb5fe570a21d.tar.gz rust-9eda46ece548f55d2e133d311f73eb5fe570a21d.zip | |
deps: bump compiletest-rs from 0.4 to 0.5
| -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" } |
