summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2021-11-23 10:39:19 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2021-12-01 22:54:51 +0100
commitddc070ccf631662110cf13d79585878ffc0a3928 (patch)
tree17994aa2da127e31b401ab023423eb85f254a204
parentbc30b21e82ef43ee93197f7430be9c440bbb4289 (diff)
downloadrust-libc-ddc070ccf631662110cf13d79585878ffc0a3928.tar.gz
Update ctest2 dependency
-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 51a1bc0791..742b9a7ff9 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.2"
+ctest2 = "0.4.3"
[features]
default = [ "std" ]