Skip to content

Commit

Permalink
Merge #985
Browse files Browse the repository at this point in the history
985: Restore the libc dependency to the git version post-release r=asomers a=asomers



Co-authored-by: Alan Somers <[email protected]>
  • Loading branch information
bors[bot] and asomers committed Nov 30, 2018
2 parents 6c9dc5b + 79bff5d commit 2f6196c
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 = "0.2.44"
libc = { git = "https://github.com/rust-lang/libc/" }
bitflags = "1.0"
cfg-if = "0.1.0"
void = "1.0.2"
Expand Down

0 comments on commit 2f6196c

Please sign in to comment.