summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2021-10-16 22:47:18 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2021-10-19 15:14:45 +0200
commit037806f8eedb8a42295f1ca0ff7b7074b7bac409 (patch)
treeb2fc0430f30ce1bd1ef24133d284687864993bbc
parentb3934d82a41f4bc7a99a3ac23c68b4413bbd1b8b (diff)
downloadrust-libc-037806f8eedb8a42295f1ca0ff7b7074b7bac409.tar.gz
Update ctest2 version to 0.4.2
-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 72e41a696c..9a6294f518 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -18,7 +18,7 @@ default-features = false
[build-dependencies]
cc = "1.0.61"
# FIXME: Use fork ctest until the maintainer gets back.
-ctest2 = "0.4"
+ctest2 = "0.4.2"
[features]
default = [ "std" ]