Skip to content

Commit 5db70b6

Browse files
bors[bot]SteveLauC
andauthored
Merge #1828
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>
2 parents 7aaf808 + 5ae4f82 commit 5db70b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ targets = [
2727
]
2828

2929
[dependencies]
30-
libc = { version = "0.2.127", features = [ "extra_traits" ] }
30+
libc = { version = "0.2.133", features = [ "extra_traits" ] }
3131
bitflags = "1.1"
3232
cfg-if = "1.0"
3333
pin-utils = { version = "0.1.0", optional = true }

0 commit comments

Comments
 (0)