Skip to content

Commit

Permalink
Merge #1276
Browse files Browse the repository at this point in the history
1276: Raise libc dependecy to 0.2.73 r=asomers a=asomers



Co-authored-by: Alan Somers <asomers@gmail.com>
  • Loading branch information
bors[bot] and asomers committed Jul 26, 2020
2 parents 57b6bd7 + bdc416c commit 557a8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -17,7 +17,7 @@ exclude = [
]

[dependencies]
libc = { git = "https://github.com/rust-lang/libc/", rev = "fdc5cf4a1ba362aec989bd3dc7ec88bcd371a23a", features = [ "extra_traits" ] }
libc = { version = "0.2.73", features = [ "extra_traits" ] }
bitflags = "1.1"
cfg-if = "0.1.10"

Expand Down

0 comments on commit 557a8fe

Please sign in to comment.