summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2023-05-06 09:14:45 +0900
committerYuki Okushi <jtitor@2k36.org>2023-05-06 09:14:45 +0900
commit22f4884c78c3621995a6ead7b6c52c7da8d855b3 (patch)
treeba1ac7401dafcd07c44d30eff7b636a482ecc5b6
parent0b758afcdc34c9a72508a481ba151857d0b469de (diff)
downloadrust-libc-22f4884c78c3621995a6ead7b6c52c7da8d855b3.tar.gz
Release 0.2.143
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
-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]