summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-04-04 07:16:33 +0000
committerbors <bors@rust-lang.org>2023-04-04 07:16:33 +0000
commit26744a7ad42974a1d62ba8ca9820a63c8949f40a (patch)
tree2d963984dfba5b82425dc49c4c64e85b299e5268
parent04078d9833c5bc8d57e4acbe626d52a68c89cfd1 (diff)
parentd58ff690e1b679262981ac3f9bedc6d80e7bea49 (diff)
downloadrust-libc-26744a7ad42974a1d62ba8ca9820a63c8949f40a.tar.gz
Auto merge of #3177 - arjentz:0.2.141, r=JohnTitor
Bump version to 0.2.141 Bump version as requested in https://github.com/rust-lang/socket2/issues/405
-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 3721096743..21b4e312bf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.140"
+version = "0.2.141"
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 8cd125934a..d72311c4e2 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.140"
+version = "0.2.141"
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.140"
+version = "0.2.141"
default-features = false
[build-dependencies]