summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-11-07 01:55:35 +0000
committerbors <bors@rust-lang.org>2021-11-07 01:55:35 +0000
commitcd5de2fb3736fb871f8d7eee2011ae838fe1fcc0 (patch)
treed8ddac6d3941f5e475db966c5aafbd575dab9540
parent38c16a9131c60ccfa495e231e487482c266516ca (diff)
parentd16ef891b9ef80741369548d7d9a1e3d1b313d4f (diff)
downloadrust-libc-0.2.107.tar.gz
Auto merge of #2515 - workingjubilee:bump-ver, r=JohnTitor0.2.107
Bump libc to 0.2.107 Primarily so as to fix building for aarch64-unknown-linux-musl, as implemented in commit fd331f65f214ea75b6210b415b5fd8650be15c73 This may help resolve https://github.com/rust-lang/rust/pull/90044 I do not have release privileges for libc, so if anyone would be so kind as to tag it and publish to crates.io, that would be lovely.
-rw-r--r--Cargo.toml2
-rw-r--r--libc-test/Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 31c80988e5..96f3fa58eb 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 d6d638b1a9..4b0d9deb4f 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"
@@ -12,7 +12,7 @@ A test crate for the libc crate.
[dependencies.libc]
path = ".."
-version = "0.2.105"
+version = "0.2.107"
default-features = false
[build-dependencies]