From 57b2f87fe3ad729991282414a1785ce0f4b1c270 Mon Sep 17 00:00:00 2001 From: Dirreke Date: Sat, 27 Apr 2024 14:52:34 +0800 Subject: [PATCH] update version to 0.2.154 --- Cargo.toml | 2 +- libc-test/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b29a475a4d7b8..48b8e189077c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.153" +version = "0.2.154" 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 a9ae85e857fa5..eee6fe83da0b1 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.153" +version = "0.2.154" 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.153" +version = "0.2.154" default-features = false [build-dependencies]