diff --git a/Cargo.toml b/Cargo.toml index 6f8c7d0..cd1b511 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" @@ -9,9 +9,10 @@ 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.70" +version = "0.72" default-features = false features = ["runtime"]