Skip to content

Commit

Permalink
Auto merge of #2515 - workingjubilee:bump-ver, r=JohnTitor
Browse files Browse the repository at this point in the history
Bump libc to 0.2.107

Primarily so as to fix building for aarch64-unknown-linux-musl,
as implemented in commit fd331f6

This may help resolve rust-lang/rust#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.
  • Loading branch information
bors committed Nov 7, 2021
2 parents 38c16a9 + d16ef89 commit cd5de2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions libc-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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]
Expand Down

0 comments on commit cd5de2f

Please sign in to comment.