diff options
author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-04-08 07:11:14 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-08 07:11:14 +0900 |
commit | a8978051d695626dd8a8ff9fc5c184f9a48b68bc (patch) | |
tree | e83ce28a685c8bad3cf0fa33d018ae33743ea566 /libc-test | |
parent | 8764410c8e2d788775971e6c839b8dbfe4ea49af (diff) | |
download | rust-libc-a8978051d695626dd8a8ff9fc5c184f9a48b68bc.tar.gz |
Use fork ctest until the maintainer gets back
Diffstat (limited to 'libc-test')
-rw-r--r-- | libc-test/Cargo.toml | 3 |
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" ] |