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.
1 parent 0e8dd53 commit a6920f9Copy full SHA for a6920f9
libc-test/Cargo.toml
@@ -11,7 +11,7 @@ default-features = false
11
[build-dependencies]
12
cc = "1.0"
13
# FIXME: Use fork ctest until the maintainer gets back.
14
-ctest = { git = "https://github.com/JohnTitor/ctest.git", branch = "old-ctest" }
+ctest2 = "0.3"
15
16
[features]
17
default = [ "std" ]
libc-test/build.rs
@@ -1,7 +1,7 @@
1
#![deny(warnings)]
2
3
extern crate cc;
4
-extern crate ctest;
+extern crate ctest2 as ctest;
5
6
use std::env;
7
0 commit comments