summaryrefslogtreecommitdiff
path: root/libc-test
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-04-08 07:11:14 +0900
committerGitHub <noreply@github.com>2020-04-08 07:11:14 +0900
commita8978051d695626dd8a8ff9fc5c184f9a48b68bc (patch)
treee83ce28a685c8bad3cf0fa33d018ae33743ea566 /libc-test
parent8764410c8e2d788775971e6c839b8dbfe4ea49af (diff)
downloadrust-libc-a8978051d695626dd8a8ff9fc5c184f9a48b68bc.tar.gz
Use fork ctest until the maintainer gets back
Diffstat (limited to 'libc-test')
-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" ]