summaryrefslogtreecommitdiff
path: root/libc-test/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-08-13 16:58:13 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-08-13 16:58:13 -0700
commite72f187cd42565c85f4f20bac470d28e9a3a141b (patch)
treeb3aa2072ee19b9facbcb67d167af4b27f5482625 /libc-test/Cargo.toml
parent9be97c961f8dbb53f3c7ff40129b1f6c4bd60304 (diff)
downloadrust-libc-e72f187cd42565c85f4f20bac470d28e9a3a141b.tar.gz
Update ctest to 0.2
Diffstat (limited to 'libc-test/Cargo.toml')
-rw-r--r--libc-test/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml
index c6950d6ea3..79fcf5f01e 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -9,7 +9,7 @@ path = ".."
default-features = false
[build-dependencies]
-ctest = { git = "https://github.com/alexcrichton/ctest" }
+ctest = "0.2"
[features]
default = [ "use_std" ]