Skip to content

Commit 34a4b24

Browse files
committed
Fix macOS compilation: Upgrade libc to 0.2.72
Signed-off-by: Jiahao XU <[email protected]>
1 parent 452de48 commit 34a4b24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2021"
1313
rust-version = "1.63"
1414

1515
[target.'cfg(unix)'.dependencies]
16-
libc = "0.2.50"
16+
libc = "0.2.72"
1717

1818
[dev-dependencies]
1919
tempfile = "3"

0 commit comments

Comments
 (0)