diff options
author | bors <bors@rust-lang.org> | 2021-03-15 18:55:29 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2021-03-15 18:55:29 +0000 |
commit | 508f65a2f87968f14a2b815f1e5537f08c504907 (patch) | |
tree | a0fecb4e30f0579d30aa5f38849b38f073965be5 /Cargo.toml | |
parent | 44abe4b82dd19d63e7b2c63578b51b6e76842cd1 (diff) | |
parent | 1a359cff89ca2383a1461ae2c571b2e3b5aa3d51 (diff) | |
download | rust-libc-0.2.89.tar.gz |
Auto merge of #2112 - joshtriplett:eighty-nine, r=JohnTitor0.2.89
Bump to 0.2.89
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 bb0a73e40d..6e0b5bfb58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.88" +version = "0.2.89" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" |