From bcaabae7c22d27fdbb07ea6009a6f4a9c3672fa2 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sat, 16 Sep 2017 08:42:30 -0700 Subject: Update libc crate to 0.2.30 Import subrepo libc/:libc at 3520512a8c9cb55661910318a6fb169a75c02a59 --- nitrocli/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nitrocli/Cargo.toml') diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index d8594f0..ac02692 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -43,7 +43,7 @@ version = "0.1.2" path = "../hidapi-sys" [dependencies.libc] -version = "0.2.23" +version = "0.2.30" path = "../libc" [dependencies.pkg-config] @@ -54,5 +54,5 @@ path = "../pkg-config" "gcc:0.3.54" = { path = "../gcc" } "hid:0.4.0" = { path = "../hid" } "hidapi-sys:0.1.2" = { path = "../hidapi-sys" } -"libc:0.2.23" = { path = "../libc" } +"libc:0.2.30" = { path = "../libc" } "pkg-config:0.3.9" = { path = "../pkg-config" } -- cgit v1.2.1