about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2019-10-13 07:46:14 -0700
committerLzu Tao <taolzu@gmail.com>2019-10-14 00:46:39 +0700
commit6693199c0b4d7e3d62d10e60caa1ae5858bf2f4c (patch)
tree2a30a4502efae1b93b814e06d8341126bd91af5c
parenta865d0ad736d76281fe47dcdf8c0c095e77edaf4 (diff)
downloadrust-6693199c0b4d7e3d62d10e60caa1ae5858bf2f4c.tar.gz
rust-6693199c0b4d7e3d62d10e60caa1ae5858bf2f4c.zip
Bump compiletest
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 73568c8a445..1f4a61afd8f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"}
 
 [dev-dependencies]
 cargo_metadata = "0.8.0"
-compiletest_rs = { version = "0.3.23", features = ["tmp"] }
+compiletest_rs = { version = "0.3.24", features = ["tmp"] }
 lazy_static = "1.0"
 clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }
 serde = { version = "1.0", features = ["derive"] }