diff --git a/Cargo.toml b/Cargo.toml index f2ca03b..9627e00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coreaudio-sys" -version = "0.2.12" +version = "0.2.13" 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.64" +version = "0.68" default-features = false features = ["runtime"]