Skip to content

Commit

Permalink
Raise libc dependecy to 0.2.73
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Jul 26, 2020
1 parent 57b6bd7 commit bdc416c
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 bdc416c

Please sign in to comment.