diff options
author | bors <bors@rust-lang.org> | 2021-12-03 17:55:13 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2021-12-03 17:55:13 +0000 |
commit | 92b468044209a0f0abbec798a207cce74e184564 (patch) | |
tree | 0325a651566f2109dcefffbdb88b9b409990271f /libc-test/Cargo.toml | |
parent | 8bcd37dcba8ee50231a485278fd4eb9ffee1800a (diff) | |
parent | ac6e16b90fd36775341724cf0c6b00b4c8d33d60 (diff) | |
download | rust-libc-92b468044209a0f0abbec798a207cce74e184564.tar.gz |
Auto merge of #2565 - GuillaumeGomez:procstat, r=Amanieu
Add devstat items
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 51a1bc0791..742b9a7ff9 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.2" +ctest2 = "0.4.3" [features] default = [ "std" ] |