Skip to content

Commit

Permalink
Merge pull request #1527 from asomers/libc-0.2.102
Browse files Browse the repository at this point in the history
Set libc version to 0.2.102
  • Loading branch information
asomers authored Sep 19, 2021
2 parents 4f58c8c + 8e4a5f0 commit f0d6d04
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 @@ -25,7 +25,7 @@ targets = [
]

[dependencies]
libc = { git = "https://github.com/rust-lang/libc", rev = "621a95373", features = [ "extra_traits" ] }
libc = { version = "0.2.102", features = [ "extra_traits" ] }
bitflags = "1.3.1"
cfg-if = "1.0"

Expand Down

0 comments on commit f0d6d04

Please sign in to comment.