Use fork ctest until the maintainer gets back

This commit is contained in:
Yuki Okushi 2020-04-08 07:11:14 +09:00 committed by GitHub
parent 8764410c8e
commit a8978051d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ default-features = false
[build-dependencies]
cc = "1.0"
ctest = "0.2"
# FIXME: Use fork ctest until the maintainer gets back.
ctest = { git = "https://github.com/JohnTitor/ctest.git", branch = "master" }
[features]
default = [ "std" ]