From c1e0a3f3b17c0d16d4520ecf259a78611b853499 Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Tue, 12 Feb 2019 16:52:06 +0100 Subject: [PATCH] Always use the latest ctest --- 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 7eecc4994cabe..9862d3a569534 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -10,7 +10,7 @@ default-features = false [build-dependencies] cc = "1.0" -ctest = "0.2.8" +ctest = "0.2" [features] default = [ "use_std" ]