Skip to content

Commit e1819c2

Browse files
authored
Bump bindgen to 0.72.0 and coreaudio-sys to 0.2.17 (#114)
1 parent 75724bc commit e1819c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "coreaudio-sys"
3-
version = "0.2.16"
3+
version = "0.2.17"
44
authors = ["Mitchell Nordine <[email protected]>"]
55
description = "Bindings for Apple's CoreAudio frameworks generated via rust-bindgen"
66
license = "MIT"
@@ -9,9 +9,10 @@ readme = "README.md"
99
homepage = "https://github.com/RustAudio/coreaudio-sys"
1010
repository = "https://github.com/RustAudio/coreaudio-sys.git"
1111
build = "build.rs"
12+
edition = "2024"
1213

1314
[build-dependencies.bindgen]
14-
version = "0.70"
15+
version = "0.72"
1516
default-features = false
1617
features = ["runtime"]
1718

0 commit comments

Comments
 (0)