diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml index 0b6866d49c0bba21acb3c97a097612e77574a51f..c991e51e33eaf13bde91bce8139c3a501e9a3341 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" ]