From aae7b562efd4bf1d4cfb91a8fbeb4bf5d6691256 Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Tue, 3 Aug 2021 18:59:55 -0700 Subject: [PATCH] chore: update bindgen dependency to latest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3532729..2b29c1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ build = "build.rs" libc = "0.2.70" [build-dependencies] -bindgen = "0.58" +bindgen = "0.59" pkg-config = "0.3" [features]