Skip to content

Commit 93043b7

Browse files
committed
Move to a crates.io libc
1 parent 754fdb8 commit 93043b7

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
@@ -20,7 +20,7 @@ test = false
2020

2121
[dependencies]
2222
cfg-if = "0.1"
23-
libc = { git = "https://github.com/rust-lang/libc" }
23+
libc = "0.2"
2424

2525
[build-dependencies]
2626
gcc = "0.3.10"

0 commit comments

Comments
 (0)