Skip to content

Commit b01022e

Browse files
committed
Bump libc to 0.2.98
A new libc release with the MNT_ fixes was released.
1 parent 6b7b01e commit b01022e

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)