Skip to content

Commit a6920f9

Browse files
committed
Use ctest2 to drop old dependencies
1 parent 0e8dd53 commit a6920f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libc-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ default-features = false
1111
[build-dependencies]
1212
cc = "1.0"
1313
# FIXME: Use fork ctest until the maintainer gets back.
14-
ctest = { git = "https://github.com/JohnTitor/ctest.git", branch = "old-ctest" }
14+
ctest2 = "0.3"
1515

1616
[features]
1717
default = [ "std" ]

libc-test/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![deny(warnings)]
22

33
extern crate cc;
4-
extern crate ctest;
4+
extern crate ctest2 as ctest;
55

66
use std::env;
77

0 commit comments

Comments
 (0)