Skip to content

Commit a2165e6

Browse files
bors[bot]nox
andauthored
Merge #1460
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>
2 parents 6b7b01e + b01022e commit a2165e6

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
@@ -32,7 +32,7 @@ targets = [
3232
]
3333

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

0 commit comments

Comments
 (0)