Skip to content

Commit

Permalink
Fix macOS compilation: Upgrade libc to 0.2.72
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
  • Loading branch information
NobodyXu committed Mar 8, 2024
1 parent 452de48 commit 34a4b24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
rust-version = "1.63"

[target.'cfg(unix)'.dependencies]
libc = "0.2.50"
libc = "0.2.72"

[dev-dependencies]
tempfile = "3"
Expand Down

0 comments on commit 34a4b24

Please sign in to comment.