summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-08-09 22:02:34 +0000
committerbors <bors@rust-lang.org>2022-08-09 22:02:34 +0000
commite9145c5a42a9268d6f659d2992f34141b53e1ea0 (patch)
tree4a62e011bf0c44ce46e5a0bf95087ad1ca911e0e
parentdad43ed81605cf6fca6dadfd0c45bc4a5aad7a82 (diff)
parenta328e2bf8ba446a361c8415155e3d637b3c897c9 (diff)
downloadrust-libc-0.2.129.tar.gz
Auto merge of #2867 - JohnTitor:0.2.129, r=JohnTitor0.2.129
Bump up to v0.2.129 ... because v0.2.128 has a Cargo bug: https://github.com/rust-lang/libc/issues/2866 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 e993993205..3081d5e5b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.128"
+version = "0.2.129"
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 65d7446a02..ebfe130ca7 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.128"
+version = "0.2.129"
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.128"
+version = "0.2.129"
default-features = false
[build-dependencies]