Skip to content

Commit 1881025

Browse files
anacrolixclaude
andcommitted
Switch to upstream libc crate
Now that the macOS OFD fcntl constants have been merged upstream, we can use the official libc crate instead of the fork. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent cfb6057 commit 1881025

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ user = ["feature"]
7373
zerocopy = ["fs", "uio"]
7474

7575
[dependencies.libc]
76-
git = "https://github.com/anacrolix/rust-libc"
77-
branch = "macos-ofd-fcntl"
76+
version = "0.2.172"
7877
features = ["extra_traits", "const-extern-fn"]
7978

8079
[dev-dependencies]

0 commit comments

Comments
 (0)