From d1a7a9f5edec7555e751f17df42097021632e002 Mon Sep 17 00:00:00 2001 From: Riey Date: Thu, 4 Feb 2021 20:25:08 +0900 Subject: [PATCH 1/2] Update bindgen, pkg-config --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 118cb98..8a7b1ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,5 +18,5 @@ travis-ci = { repository = "qdot/libappindicator-sys" } gtk-sys = "0.10.0" [build-dependencies] -bindgen = "0.52.0" -pkg-config = "0.3.17" +bindgen = "0.57.0" +pkg-config = "0.3.19" From dadafa1e10a669866fa37030088b30f3a5352652 Mon Sep 17 00:00:00 2001 From: Riey Date: Wed, 17 Feb 2021 02:05:32 +0900 Subject: [PATCH 2/2] Disable bindgen default-features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8a7b1ed..5111f72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,5 +18,5 @@ travis-ci = { repository = "qdot/libappindicator-sys" } gtk-sys = "0.10.0" [build-dependencies] -bindgen = "0.57.0" +bindgen = { version = "0.57.0", default-features = false } pkg-config = "0.3.19"