diff options
author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-12-12 23:11:01 +0100 |
---|---|---|
committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-12-12 23:33:25 +0100 |
commit | 62e20fd4c3524dc8581200cbc7a5166feab14de2 (patch) | |
tree | 91a9f6c0612e46ce725f0b6aed55c61e27eae8ca /Cargo.toml | |
parent | 4b0433d29523f522bdec176588270d164c038096 (diff) | |
download | rust-libc-62e20fd4c3524dc8581200cbc7a5166feab14de2.tar.gz |
Upgrade crate version to 0.2.112
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 9b2bb7722b..893fa64f7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.111" +version = "0.2.112" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" |