update libc version to 0.2

This commit is contained in:
ice
2018-05-27 16:51:36 +08:00
parent 64fe227ce3
commit 6a136402a1

View File

@@ -5,7 +5,7 @@ authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"
[dependencies]
libc = "0.1"
libc = "0.2"
[build-dependencies]
cc = "1.0"