summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-08-09 18:25:20 +0000
committerbors <bors@rust-lang.org>2022-08-09 18:25:20 +0000
commitdad43ed81605cf6fca6dadfd0c45bc4a5aad7a82 (patch)
tree92b0fec481b50bf7abf2a33e7a9998be2a5b3da5
parent1f28e05a858fd535262f6372f7b5b64d37ffd941 (diff)
parenta4518d95c8de528151694eb0d4d83d80654b673b (diff)
downloadrust-libc-0.1.128.tar.gz
Auto merge of #2865 - Amanieu:v0.2.128, r=Amanieu0.2.1280.1.128
libc v0.2.128
-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 bace47fa63..e993993205 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.127"
+version = "0.2.128"
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 70b9ac5590..65d7446a02 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.127"
+version = "0.2.128"
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.127"
+version = "0.2.128"
default-features = false
[build-dependencies]