Skip to content

Commit e3932c4

Browse files
bors[bot]asomers
andauthored
Merge #1725
1725: Use released libc version 0.2.126 r=rtzoeller a=asomers Co-authored-by: Alan Somers <[email protected]>
2 parents 20d2edb + 06f0446 commit e3932c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ targets = [
2727
]
2828

2929
[dependencies]
30-
libc = { git = "http://github.com/rust-lang/libc.git", rev = "cd99f681181c310abfba742aef11115d2eff03dc", features = [ "extra_traits" ] }
30+
libc = { version = "0.2.126", 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)