summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJubilee Young <workingjubilee@gmail.com>2021-11-05 15:06:50 -0700
committerJubilee Young <workingjubilee@gmail.com>2021-11-05 17:00:45 -0700
commitd16ef891b9ef80741369548d7d9a1e3d1b313d4f (patch)
tree1e3df9ca1cbd95de8783c978ce4d06cebcfa502c /Cargo.toml
parent2638ea20cadda71b066adb764f319dd214d67a74 (diff)
downloadrust-libc-d16ef891b9ef80741369548d7d9a1e3d1b313d4f.tar.gz
Bump libc to 0.2.107
Primarily so as to fix building for aarch64-unknown-linux-musl, as implemented in commit fd331f65f214ea75b6210b415b5fd8650be15c73
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 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"