From 4655f148587eabdf85673adbf1e254872121fac8 Mon Sep 17 00:00:00 2001 From: lyinch Date: Fri, 18 Feb 2022 23:30:25 +0100 Subject: Bump version to 0.2.119 --- Cargo.toml | 2 +- libc-test/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 75f45fabae..70650d9a98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.118" +version = "0.2.119" 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 7dbcc84338..345a701463 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.118" +version = "0.2.119" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" build = "build.rs" -- cgit v1.2.1 From 57858f738773b6cbe735dfa21bac96ffff97b2bc Mon Sep 17 00:00:00 2001 From: lyinch Date: Fri, 18 Feb 2022 23:31:26 +0100 Subject: Bump version to 0.2.119 --- libc-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml index 345a701463..7d7eaa80b9 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -12,7 +12,7 @@ A test crate for the libc crate. [dependencies.libc] path = ".." -version = "0.2.118" +version = "0.2.119" default-features = false [build-dependencies] -- cgit v1.2.1