Skip to content

Commit

Permalink
Fix libc's CMSG definitions for musl
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Jan 31, 2019
1 parent a2b8f7a commit 55e28c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = [
]

[dependencies]
libc = { git = "https://github.com/asomers/libc", rev="fc90925ee" }
libc = { git = "https://github.com/asomers/libc", rev="fba2064" }
bitflags = "1.0"
cfg-if = "0.1.0"
void = "1.0.2"
Expand Down

0 comments on commit 55e28c7

Please sign in to comment.