From 52fd56b46e7eca4e103178659bc570d0c7d65fb9 Mon Sep 17 00:00:00 2001 From: Nikolay Arhipov Date: Sun, 24 Sep 2023 18:36:02 +0300 Subject: [PATCH] Update crate version to 0.2.149 --- Cargo.toml | 2 +- libc-test/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b43cbcd504383..319c896f3a629 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.148" +version = "0.2.149" 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 87efab5d0542b..6abf99adf9a52 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.148" +version = "0.2.149" 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.148" +version = "0.2.149" default-features = false [build-dependencies]