From 24bb54f4f5c5023973a1ece94fb2b36f82d5c2fe Mon Sep 17 00:00:00 2001 From: Ali Somay Date: Wed, 4 Oct 2023 20:49:56 +0200 Subject: [PATCH] Update bindgen to fix clang conflict --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5c917bb..aba6947 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libpd-sys" -version = "0.2.0" +version = "0.2.1" authors = ["alisomay "] edition = "2021" license = "BSD-3-Clause" @@ -20,6 +20,6 @@ exclude = [ ] [build-dependencies] -cmake = "0.1.48" -bindgen = "0.59.2" +cmake = "0.1.50" +bindgen = "0.68.1"