Merge pull request #17 from iceqing/master

update libc version to 0.2
This commit is contained in:
Alex Crichton
2018-06-27 10:29:44 -05:00
committed by GitHub

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"