Skip to content

Commit f0d6d04

Browse files
authored
Merge pull request #1527 from asomers/libc-0.2.102
Set libc version to 0.2.102
2 parents 4f58c8c + 8e4a5f0 commit f0d6d04

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
@@ -25,7 +25,7 @@ targets = [
2525
]
2626

2727
[dependencies]
28-
libc = { git = "https://github.com/rust-lang/libc", rev = "621a95373", features = [ "extra_traits" ] }
28+
libc = { version = "0.2.102", features = [ "extra_traits" ] }
2929
bitflags = "1.3.1"
3030
cfg-if = "1.0"
3131

0 commit comments

Comments
 (0)