summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-04-20 12:48:44 +0000
committerbors <bors@rust-lang.org>2023-04-20 12:48:44 +0000
commite4cccf92421e5a8a2bf56fed9bd4278eda1f7907 (patch)
tree0be9d431d180af7cf38b7d2721165df3d0e6c0ba
parent79b7d3c7520a29c98f346285b1184091fd36fff2 (diff)
parent38702b2623a2acfbf1957263f0c84950ef071aa4 (diff)
downloadrust-libc-e4cccf92421e5a8a2bf56fed9bd4278eda1f7907.tar.gz
Auto merge of #3208 - ComputerDruid:bump_142, r=JohnTitor0.2.142
Bump to 0.2.142 A new release would unblock https://github.com/rust-lang/rust/pull/110562
-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 21b4e312bf..dd7c11a110 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.141"
+version = "0.2.142"
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 d72311c4e2..212938b23d 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.141"
+version = "0.2.142"
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.141"
+version = "0.2.122"
default-features = false
[build-dependencies]