From 9f786e04f38483953b05c7487d1055e078468356 Mon Sep 17 00:00:00 2001 From: Nikolay Arhipov Date: Thu, 1 Jun 2023 14:13:34 +0300 Subject: [PATCH] Update crate version to 0.2.145 --- Cargo.toml | 2 +- libc-test/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5a345bd950c02..42d3376e084d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.144" +version = "0.2.145" 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 1f3f4b27e5699..3a133ec1c7c4f 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.144" +version = "0.2.145" 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.144" +version = "0.2.145" default-features = false [build-dependencies]