Skip to content

Commit 73e3c99

Browse files
Merge #1962
1962: fix: Update libc r=asomers a=JonathanWoollett-Light To include fix rust-lang/libc@44cc30c. This is needed to unblock #1868. Co-authored-by: Jonathan <[email protected]>
2 parents bbb97bf + 708a3c2 commit 73e3c99

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 = "https://github.com/rust-lang/libc", rev = "15d27952bfa93e5e4f419c603f275486f15a050c", features = [ "extra_traits" ] }
30+
libc = { git = "https://github.com/rust-lang/libc", rev = "44cc30c6b68427d3628926868758d35fe561bbe6", 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)