Skip to content

Commit

Permalink
Merge #1828
Browse files Browse the repository at this point in the history
1828: bump libc to 0.2.133 r=rtzoeller a=SteveLauC

Bump `libc` so that `setgrent/getgrent/endgrent` are available on fuchsia, and thus the CI failure in #1820 will be resolved

Co-authored-by: Steve Lau <stevelauc@outlook.com>
  • Loading branch information
bors[bot] and SteveLauC committed Sep 27, 2022
2 parents 7aaf808 + 5ae4f82 commit 5db70b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -27,7 +27,7 @@ targets = [
]

[dependencies]
libc = { version = "0.2.127", features = [ "extra_traits" ] }
libc = { version = "0.2.133", features = [ "extra_traits" ] }
bitflags = "1.1"
cfg-if = "1.0"
pin-utils = { version = "0.1.0", optional = true }
Expand Down

0 comments on commit 5db70b6

Please sign in to comment.