diff options
author | Yuki Okushi <jtitor@2k36.org> | 2022-09-29 20:21:43 +0900 |
---|---|---|
committer | Yuki Okushi <jtitor@2k36.org> | 2022-09-29 20:21:43 +0900 |
commit | 1c2ffa763c8d09c8e7be690833f38309ca8cfac8 (patch) | |
tree | d549b0ccd24f08c4d37ef96f5c5eab204818374f /Cargo.toml | |
parent | e507572650a7d4d70c351abff8ee1dc6274c0550 (diff) | |
download | rust-libc-1c2ffa763c8d09c8e7be690833f38309ca8cfac8.tar.gz |
Prepare 0.2.134 release
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
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 00aca212de..018cdf69b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.133" +version = "0.2.134" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" |