From c424bd7a49882bc4671c76b20f525870af9c8c3e Mon Sep 17 00:00:00 2001 From: Sebastian Imlay Date: Sun, 8 Jun 2025 15:02:38 -0400 Subject: [PATCH 1/2] Bump bindgen to 0.72.0 and coreaudio-sys to 0.2.17 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6f8c7d0..61ecf35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coreaudio-sys" -version = "0.2.16" +version = "0.2.17" authors = ["Mitchell Nordine "] description = "Bindings for Apple's CoreAudio frameworks generated via rust-bindgen" license = "MIT" @@ -11,7 +11,7 @@ repository = "https://github.com/RustAudio/coreaudio-sys.git" build = "build.rs" [build-dependencies.bindgen] -version = "0.70" +version = "0.72" default-features = false features = ["runtime"] From 23a92c5ece7dda71b32486d08e68cd6181fdd4f6 Mon Sep 17 00:00:00 2001 From: Sebastian Imlay Date: Sun, 8 Jun 2025 15:34:11 -0400 Subject: [PATCH 2/2] Bump edition to 2024 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 61ecf35..cd1b511 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ readme = "README.md" homepage = "https://github.com/RustAudio/coreaudio-sys" repository = "https://github.com/RustAudio/coreaudio-sys.git" build = "build.rs" +edition = "2024" [build-dependencies.bindgen] version = "0.72"