diff options
author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-10-16 22:47:18 +0200 |
---|---|---|
committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-10-19 15:14:45 +0200 |
commit | 037806f8eedb8a42295f1ca0ff7b7074b7bac409 (patch) | |
tree | b2fc0430f30ce1bd1ef24133d284687864993bbc /libc-test/Cargo.toml | |
parent | b3934d82a41f4bc7a99a3ac23c68b4413bbd1b8b (diff) | |
download | rust-libc-037806f8eedb8a42295f1ca0ff7b7074b7bac409.tar.gz |
Update ctest2 version to 0.4.2
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 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" ] |