From 037806f8eedb8a42295f1ca0ff7b7074b7bac409 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sat, 16 Oct 2021 22:47:18 +0200 Subject: Update ctest2 version to 0.4.2 --- libc-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] -- cgit v1.2.1