From c6ad015d15f2b87dc84d6b83db6abc77c0d19722 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Tue, 12 Oct 2021 10:28:34 +0100 Subject: [PATCH] Bump version to 0.2.104 --- Cargo.toml | 2 +- libc-test/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6d2c9beb2ad61..8a97e73bc1a71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.103" +version = "0.2.104" 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 72e41a696ccdc..526e7b5a9a6da 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.103" +version = "0.2.104" 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.103" +version = "0.2.104" default-features = false [build-dependencies]