From 665081bfae4b4ee755c3003b63249a753f95e071 Mon Sep 17 00:00:00 2001 From: meh Date: Wed, 9 Dec 2020 01:09:24 +0100 Subject: [PATCH] chore: bump bindgen version --- sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 45667f2..6a73e92 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -22,7 +22,7 @@ libc = "0.2" num_cpus = "1.11" cc = "1.0" pkg-config = "0.3" -bindgen = "0.55" +bindgen = "0.56" [target.'cfg(target_env = "msvc")'.build-dependencies] vcpkg = "0.2"