From f3149d7f2802711791c490b71313aafc55f4809c Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Mon, 15 Jan 2018 09:36:38 -0800 Subject: Update hidapi-sys crate to 0.1.4 This change updates the hidapi-sys crate to version 0.1.4. In this version the cc crate (the stable and renamed version of the gcc crate) is used. Import subrepo hidapi-sys/:hidapi-sys at c01043da72c0cac898660017e4c4115278c14369 Import subrepo cc/:cc at 500c65b03775cecf55bd358e616963bc3222acca --- hidapi-sys/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hidapi-sys/Cargo.toml') diff --git a/hidapi-sys/Cargo.toml b/hidapi-sys/Cargo.toml index 15b4e9e..3483b34 100644 --- a/hidapi-sys/Cargo.toml +++ b/hidapi-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hidapi-sys" -version = "0.1.2" +version = "0.1.4" build = "build.rs" links = "hidapi" @@ -20,5 +20,5 @@ build = ["static"] libc = "0.2" [build-dependencies] -gcc = "0.3" +cc = "1.0" pkg-config = "0.3" -- cgit v1.2.1