From 07cd22b83ca1cfa2d7c5481e184e48b6bf89bd16 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Mon, 24 Aug 2020 19:07:20 +0800 Subject: [PATCH] chore: upgrade bindgen --- sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index d2b88be4..eb40dab5 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -21,7 +21,7 @@ reqwest = { version = "0.10", features = ["native-tls", "blocking"] } tar = "0.4" [build-dependencies] -bindgen = "0.54" +bindgen = "0.55" glob = "0.3" regex = "1.3" semver = "0.10"