From e6c8b512ef66e062bd17ccdd3012e1380aa171a0 Mon Sep 17 00:00:00 2001 From: pcpthm <43881370+pcpthm@users.noreply.github.com> Date: Sun, 20 Oct 2019 03:23:46 +0900 Subject: [PATCH] Update bindgen to 0.51 A bug rust-lang/rust-bindgen#1627 causes compilation failure in nightly compiler. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 61a9c36..a02cec7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ categories = ["multimedia::audio"] all_asserts = "0.1.4" [build-dependencies] -bindgen = "0.49" +bindgen = "0.51" pathdiff = "0.1"