summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-08-16 14:49:53 +0000
committerbors <bors@rust-lang.org>2022-08-16 14:49:53 +0000
commit2a1d1033c6457b0dedb4e7ed35a19d9a513622b6 (patch)
treee45b372512c175a6191a30767d477ba1b0fde7a5
parent1d38aa26c54772d76fcf096a41794e02bcfed15e (diff)
parent58f41366b65b253f6d3eb4417ffa93a69d0aa038 (diff)
downloadrust-libc-2a1d1033c6457b0dedb4e7ed35a19d9a513622b6.tar.gz
Auto merge of #2877 - pirocks:master, r=Amanieu0.2.132
Bump version to 0.2.132 I want to make changes to nix and other crates, but those changes depend on f967994052b23f81589069838a438fb9d32c785b being released.
-rw-r--r--Cargo.toml2
-rw-r--r--libc-test/Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e19b62d71a..81f6c3e310 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.131"
+version = "0.2.132"
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 54659339fd..0a2778d1dc 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.131"
+version = "0.2.132"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
build = "build.rs"
@@ -12,7 +12,7 @@ A test crate for the libc crate.
[dependencies.libc]
path = ".."
-version = "0.2.131"
+version = "0.2.132"
default-features = false
[build-dependencies]