From aa82c00618d882756d152d16b713218921072d7f Mon Sep 17 00:00:00 2001 From: Victor Polevoy Date: Mon, 11 Apr 2022 15:26:13 +0200 Subject: Bump version to 0.2.123 Exposes more symbols for OpenBSD and FreeBSD. --- Cargo.toml | 2 +- libc-test/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1663671cbb..cc579890ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.122" +version = "0.2.123" 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 088d2a7d38..5771f2a2df 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.122" +version = "0.2.123" 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.122" +version = "0.2.123" default-features = false [build-dependencies] -- cgit v1.2.1