Skip to content

Commit cd5de2f

Browse files
committed
Auto merge of #2515 - workingjubilee:bump-ver, r=JohnTitor
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.
2 parents 38c16a9 + d16ef89 commit cd5de2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc"
3-
version = "0.2.106"
3+
version = "0.2.107"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

libc-test/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc-test"
3-
version = "0.2.106"
3+
version = "0.2.107"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
build = "build.rs"
@@ -12,7 +12,7 @@ A test crate for the libc crate.
1212

1313
[dependencies.libc]
1414
path = ".."
15-
version = "0.2.105"
15+
version = "0.2.107"
1616
default-features = false
1717

1818
[build-dependencies]

0 commit comments

Comments
 (0)