From 6a136402a1b7c2b47ba72b4fbda99c1e2975dd21 Mon Sep 17 00:00:00 2001 From: ice Date: Sun, 27 May 2018 16:51:36 +0800 Subject: [PATCH] update libc version to 0.2 --- rust-to-c/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-to-c/Cargo.toml b/rust-to-c/Cargo.toml index 90c80a0..b7dd20f 100644 --- a/rust-to-c/Cargo.toml +++ b/rust-to-c/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Alex Crichton "] build = "build.rs" [dependencies] -libc = "0.1" +libc = "0.2" [build-dependencies] cc = "1.0"