From dbf97ddc1debfe2157a0da9d9022d2de9ad774c1 Mon Sep 17 00:00:00 2001 From: Cheng XU Date: Sun, 31 Oct 2021 22:11:31 -0700 Subject: [PATCH] feat: update bindgen to 0.59 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e820dfc..066bbeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,4 +33,4 @@ features = [ cc = "1.0" [target.'cfg(any(target_os = "macos", target_os = "ios"))'.build-dependencies] -bindgen = "0.58" +bindgen = "0.59"