We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8764410 + a897805 commit 5485e3aCopy full SHA for 5485e3a
libc-test/Cargo.toml
@@ -10,7 +10,8 @@ default-features = false
10
11
[build-dependencies]
12
cc = "1.0"
13
-ctest = "0.2"
+# FIXME: Use fork ctest until the maintainer gets back.
14
+ctest = { git = "https://github.com/JohnTitor/ctest.git", branch = "master" }
15
16
[features]
17
default = [ "std" ]
0 commit comments