Skip to content

Commit 9258ebb

Browse files
Bump libc to 0.2.107
Primarily so as to fix building for aarch64-unknown-linux-musl, as implemented in commit fd331f6
1 parent 2638ea2 commit 9258ebb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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"

0 commit comments

Comments
 (0)