Use ctest2 to drop old dependencies

This commit is contained in:
Yuki Okushi 2020-06-02 01:10:08 +09:00
parent 0e8dd5328c
commit a6920f9a5a
No known key found for this signature in database
GPG Key ID: B0986C85C0E2DAA1
2 changed files with 2 additions and 2 deletions

View File

@ -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" ]

View File

@ -1,7 +1,7 @@
#![deny(warnings)]
extern crate cc;
extern crate ctest;
extern crate ctest2 as ctest;
use std::env;