summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-03-15 18:55:29 +0000
committerbors <bors@rust-lang.org>2021-03-15 18:55:29 +0000
commit508f65a2f87968f14a2b815f1e5537f08c504907 (patch)
treea0fecb4e30f0579d30aa5f38849b38f073965be5
parent44abe4b82dd19d63e7b2c63578b51b6e76842cd1 (diff)
parent1a359cff89ca2383a1461ae2c571b2e3b5aa3d51 (diff)
downloadrust-libc-0.2.89.tar.gz
Auto merge of #2112 - joshtriplett:eighty-nine, r=JohnTitor0.2.89
Bump to 0.2.89
-rw-r--r--Cargo.toml2
-rw-r--r--libc-test/Cargo.toml2
2 files changed, 2 insertions, 2 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"
diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml
index 2632054a9b..0cadcde1fb 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.88"
+version = "0.2.89"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
build = "build.rs"