Skip to content

Commit fe9d53d

Browse files
committed
Update Bindgen for Compatibility with macOS 11
The version of Rust Bindgen prior to 0.56 would not compile on macOS 11. Bumping the dependency version of Bindgen to fix this bug in CoreAudio-Sys.
1 parent 2a6d1d2 commit fe9d53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/RustAudio/coreaudio-sys.git"
1111
build = "build.rs"
1212

1313
[build-dependencies.bindgen]
14-
version = "0.53"
14+
version = "0.56"
1515
default-features = false
1616
features = ["runtime"]
1717

0 commit comments

Comments
 (0)