We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75724bc commit e1819c2Copy full SHA for e1819c2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "coreaudio-sys"
3
-version = "0.2.16"
+version = "0.2.17"
4
authors = ["Mitchell Nordine <[email protected]>"]
5
description = "Bindings for Apple's CoreAudio frameworks generated via rust-bindgen"
6
license = "MIT"
@@ -9,9 +9,10 @@ readme = "README.md"
9
homepage = "https://github.com/RustAudio/coreaudio-sys"
10
repository = "https://github.com/RustAudio/coreaudio-sys.git"
11
build = "build.rs"
12
+edition = "2024"
13
14
[build-dependencies.bindgen]
-version = "0.70"
15
+version = "0.72"
16
default-features = false
17
features = ["runtime"]
18
0 commit comments