Skip to content

Commit

Permalink
Merge #1962
Browse files Browse the repository at this point in the history
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 <jonathanwoollettlight@gmail.com>
  • Loading branch information
bors[bot] and JonathanWoollett-Light committed Jan 11, 2023
2 parents bbb97bf + 708a3c2 commit 73e3c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ targets = [
]

[dependencies]
libc = { git = "https://github.com/rust-lang/libc", rev = "15d27952bfa93e5e4f419c603f275486f15a050c", features = [ "extra_traits" ] }
libc = { git = "https://github.com/rust-lang/libc", rev = "44cc30c6b68427d3628926868758d35fe561bbe6", features = [ "extra_traits" ] }
bitflags = "1.1"
cfg-if = "1.0"
pin-utils = { version = "0.1.0", optional = true }
Expand Down

0 comments on commit 73e3c99

Please sign in to comment.