diff options
author | dependabot[bot] <support@dependabot.com> | 2018-11-28 07:00:26 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-11-28 07:00:26 +0000 |
commit | 406877e891ddcc60be9fef3c2874fe31100a964d (patch) | |
tree | 1e9939b216ed1327097660c2987c8a5f2f128963 /libc-test/Cargo.toml | |
parent | af6e4fd2d258c23a33d78262784ff6f2248057f1 (diff) | |
download | rust-libc-dependabot/cargo/ctest-0.2.8.tar.gz |
Bump ctest from 0.2.7 to 0.2.8dependabot/cargo/ctest-0.2.8
Bumps [ctest](https://github.com/alexcrichton/ctest) from 0.2.7 to 0.2.8.
- [Release notes](https://github.com/alexcrichton/ctest/releases)
- [Commits](https://github.com/alexcrichton/ctest/commits)
Signed-off-by: dependabot[bot] <support@dependabot.com>
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 a8a23a7736..b782a95af8 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -9,7 +9,7 @@ path = ".." default-features = false [build-dependencies] -ctest = "0.2.7" +ctest = "0.2.8" [features] default = [ "use_std" ] |