Skip to content
Snippets Groups Projects
Unverified Commit a6920f9a authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Use ctest2 to drop old dependencies

parent 0e8dd532
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ default-features = false
[build-dependencies]
cc = "1.0"
# FIXME: Use fork ctest until the maintainer gets back.
ctest = { git = "https://github.com/JohnTitor/ctest.git", branch = "old-ctest" }
ctest2 = "0.3"
[features]
default = [ "std" ]
......
#![deny(warnings)]
extern crate cc;
extern crate ctest;
extern crate ctest2 as ctest;
use std::env;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment