From 3d544321448773c04984fb29e92d6c2c2e130622 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sun, 31 Oct 2021 01:32:28 +0200 Subject: Release 0.2.106 to incorporate build fix for #2484 --- Cargo.toml | 2 +- libc-test/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3b2526caf5..31c80988e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.105" +version = "0.2.106" 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 46574e75ec..d6d638b1a9 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.105" +version = "0.2.106" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" build = "build.rs" -- cgit v1.2.1