summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-04-08 16:18:23 +0900
committerGitHub <noreply@github.com>2020-04-08 16:18:23 +0900
commit5485e3a0ce0c0a440fba4c05476a760ae0393f2e (patch)
treee83ce28a685c8bad3cf0fa33d018ae33743ea566
parent8764410c8e2d788775971e6c839b8dbfe4ea49af (diff)
parenta8978051d695626dd8a8ff9fc5c184f9a48b68bc (diff)
downloadrust-libc-5485e3a0ce0c0a440fba4c05476a760ae0393f2e.tar.gz
Merge pull request #1724 from JohnTitor/use-fork-ctest
Use fork ctest until the maintainer gets back
-rw-r--r--libc-test/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml
index 0b6866d49c..c991e51e33 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -10,7 +10,8 @@ default-features = false
[build-dependencies]
cc = "1.0"
-ctest = "0.2"
+# FIXME: Use fork ctest until the maintainer gets back.
+ctest = { git = "https://github.com/JohnTitor/ctest.git", branch = "master" }
[features]
default = [ "std" ]