summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-12-22 08:06:46 +0000
committerbors <bors@rust-lang.org>2022-12-22 08:06:46 +0000
commitf4bc85111b2403a9c9cb49890305cb6b32c5af41 (patch)
tree597080d9ebdbfe308b699644e5006b59c952b906
parentc59ca735304319dd4face349f49fb77f2164b544 (diff)
parentdc3d43cae02e591c22e618af4eb98c68064e1a3a (diff)
downloadrust-libc-f4bc85111b2403a9c9cb49890305cb6b32c5af41.tar.gz
Auto merge of #3042 - flba-eb:release_0.2.139, r=JohnTitor0.2.139
Prepare 0.2.139 release It would be great to have a new release of libc pushed to crates.io 😄
-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 62b218a546..15c2b9bf53 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.138"
+version = "0.2.139"
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 9805a93ce6..e291270b05 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.138"
+version = "0.2.139"
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.138"
+version = "0.2.139"
default-features = false
[build-dependencies]