Skip to content

Commit a897805

Browse files
authored
Use fork ctest until the maintainer gets back
1 parent 8764410 commit a897805

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc-test/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ default-features = false
1010

1111
[build-dependencies]
1212
cc = "1.0"
13-
ctest = "0.2"
13+
# FIXME: Use fork ctest until the maintainer gets back.
14+
ctest = { git = "https://github.com/JohnTitor/ctest.git", branch = "master" }
1415

1516
[features]
1617
default = [ "std" ]

0 commit comments

Comments
 (0)