From 89638b10c57b12de8be9f15ce30e7faf06f02cee Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sun, 7 May 2023 11:28:40 +0200 Subject: Update crate version to 0.2.144 --- libc-test/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc-test') diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml index f9540b4f5c..1f3f4b27e5 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.143" +version = "0.2.144" 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.143" +version = "0.2.144" default-features = false [build-dependencies] -- cgit v1.2.1