From 658e7ee248759259ff4f5bcc4b8c0e38e5024335 Mon Sep 17 00:00:00 2001 From: Aria Beingessner Date: Tue, 5 Apr 2022 15:27:59 -0400 Subject: 0.2.122 Release --- Cargo.toml | 2 +- libc-test/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e19e5a07c2..1663671cbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.121" +version = "0.2.122" 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 73be459888..088d2a7d38 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.121" +version = "0.2.122" 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.121" +version = "0.2.122" default-features = false [build-dependencies] -- cgit v1.2.1