summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-05-06 15:25:58 +0000
committerbors <bors@rust-lang.org>2023-05-06 15:25:58 +0000
commita14853dc14ea75a86237cc500e3c43fc32596584 (patch)
tree8aead71f75d097c9108fdb0ccd8f452564a98d18
parentcdf9aa767435b892cc8a211c4b88b3268a996478 (diff)
parent22f4884c78c3621995a6ead7b6c52c7da8d855b3 (diff)
downloadrust-libc-a14853dc14ea75a86237cc500e3c43fc32596584.tar.gz
Auto merge of #3236 - JohnTitor:release-0.2.143, r=JohnTitor0.2.143
Release 0.2.143 Fixes #3234
-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 dd7c11a110..326310c934 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.142"
+version = "0.2.143"
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 83bfcba9c6..f9540b4f5c 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.142"
+version = "0.2.143"
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.142"
+version = "0.2.143"
default-features = false
[build-dependencies]