From a8978051d695626dd8a8ff9fc5c184f9a48b68bc Mon Sep 17 00:00:00 2001 From: Yuki Okushi <huyuumi.dev@gmail.com> Date: Wed, 8 Apr 2020 07:11:14 +0900 Subject: [PATCH] Use fork ctest until the maintainer gets back --- libc-test/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml index 0b6866d4..c991e51e 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" ] -- GitLab