diff options
Diffstat (limited to 'libc-test/Cargo.toml')
-rw-r--r-- | libc-test/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml index 089a3a2d09..a8a23a7736 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -9,7 +9,7 @@ path = ".." default-features = false [build-dependencies] -ctest = "0.2.6" +ctest = "0.2.7" [features] default = [ "use_std" ] |