From 9258ebb67e52e08aabfb1e03841cc22c0b574fc2 Mon Sep 17 00:00:00 2001 From: Jubilee Young Date: Fri, 5 Nov 2021 15:06:50 -0700 Subject: [PATCH] Bump libc to 0.2.107 Primarily so as to fix building for aarch64-unknown-linux-musl, as implemented in commit fd331f65f214ea75b6210b415b5fd8650be15c73 --- Cargo.toml | 2 +- libc-test/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 31c80988e5e6b..96f3fa58ebf35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.106" +version = "0.2.107" 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 d6d638b1a9ad6..360e04d7031e1 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.106" +version = "0.2.107" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" build = "build.rs"