From 40154a92c18d083b36086aafe7cf938c2f4aff4d Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Wed, 3 Aug 2022 22:00:10 -0700 Subject: [PATCH] Bump libc-test version to match libc --- libc-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml index 34a77feb483e1..14aa29f72c3fd 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"