Skip to content

Commit 71a997a

Browse files
bors[bot]atouchet
andauthored
Merge #2026
2026: Update to published release of libc r=asomers a=atouchet Co-authored-by: Alex Touchet <[email protected]>
2 parents 388a14c + 9407dd9 commit 71a997a

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 = { git = "https://github.com/rust-lang/libc", rev = "60bf6d7fa9d561820ea562751ee455ccf67d3015", features = [ "extra_traits" ] }
30+
libc = { version = "0.2.141", 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)