Skip to content

Commit

Permalink
Update libc dep to just use main branch of rust-lang/libc
Browse files Browse the repository at this point in the history
  • Loading branch information
coolreader18 committed Aug 9, 2021
1 parent f2dc11a commit 5ca612b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -25,7 +25,7 @@ targets = [
]

[dependencies]
libc = { git = "https://github.com/rust-lang/libc", rev = "9c1489fa8", features = [ "extra_traits" ] }
libc = { git = "https://github.com/rust-lang/libc", rev = "f5e31f208", features = [ "extra_traits" ] }
bitflags = "1.1"
cfg-if = "1.0"

Expand Down

0 comments on commit 5ca612b

Please sign in to comment.