Skip to content

Commit

Permalink
Merge #1460
Browse files Browse the repository at this point in the history
1460: Bump libc to 0.2.98 r=asomers a=nox

A new libc release with the MNT_ fixes was released.

Co-authored-by: Anthony Ramine <nox@nox.paris>
  • Loading branch information
bors[bot] and nox committed Jul 7, 2021
2 parents 6b7b01e + b01022e commit a2165e6
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 @@ -32,7 +32,7 @@ targets = [
]

[dependencies]
libc = { git = "https://github.com/rust-lang/libc", rev = "72da7a6a464a5a2a17993b94d94d2ab99bb87db6", features = [ "extra_traits" ] }
libc = { version = "0.2.98", features = [ "extra_traits" ] }
bitflags = "1.1"
cfg-if = "1.0"

Expand Down

0 comments on commit a2165e6

Please sign in to comment.