summaryrefslogtreecommitdiff
path: root/libc-test/Cargo.toml
diff options
context:
space:
mode:
authorNiels Sascha Reedijk <niels.reedijk@gmail.com>2021-01-28 14:11:52 +0000
committerNiels Sascha Reedijk <niels.reedijk@gmail.com>2021-01-28 14:31:24 +0000
commit497f7f40f7fae36ac5e42649c8ed457edea74b70 (patch)
treebb4c71264e1eb796ccc7b2148db641594053b47f /libc-test/Cargo.toml
parentc3f7febb8338266e03910d9ac0bef5d4ab45e4a2 (diff)
downloadrust-libc-497f7f40f7fae36ac5e42649c8ed457edea74b70.tar.gz
Haiku: support testing framework on Haiku
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 75ae60466d..0b23422f89 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -11,7 +11,7 @@ default-features = false
[build-dependencies]
cc = "1.0.61"
# FIXME: Use fork ctest until the maintainer gets back.
-ctest2 = "0.3"
+ctest2 = "0.4"
[features]
default = [ "std" ]