From 38702b2623a2acfbf1957263f0c84950ef071aa4 Mon Sep 17 00:00:00 2001 From: Dan Johnson Date: Wed, 19 Apr 2023 14:17:19 -0700 Subject: [PATCH] Bump to 0.2.142 --- Cargo.toml | 2 +- libc-test/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 21b4e312bf479..dd7c11a1102e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.141" +version = "0.2.142" 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 d72311c4e2101..212938b23d9bf 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.141" +version = "0.2.142" 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.141" +version = "0.2.122" default-features = false [build-dependencies]