summaryrefslogtreecommitdiff
path: root/libc-test
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2022-08-03 22:00:10 -0700
committerJosh Triplett <josh@joshtriplett.org>2022-08-04 02:07:14 -0700
commitd86971206ea253e92997414fe550a70f513aabb4 (patch)
tree2002ab0a93d866997cd591f578d68b07639c839b /libc-test
parent24bab07e07da2c1583ff3e8c49a2e6809815a773 (diff)
downloadrust-libc-d86971206ea253e92997414fe550a70f513aabb4.tar.gz
Bump libc-test to match libc
Diffstat (limited to 'libc-test')
-rw-r--r--libc-test/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml
index 34a77feb48..70b9ac5590 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.126"
+version = "0.2.127"
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.126"
+version = "0.2.127"
default-features = false
[build-dependencies]