Skip to content

Commit 7fe8792

Browse files
committed
chore: update mach2 and build deps
1 parent 44d6a76 commit 7fe8792

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
- CoreAudio: Change default audio device detection to be lazy when building a stream, instead of during device enumeration.
3030
- CoreAudio: Add `i8`, `i32` and `I24` sample format support (24-bit samples stored in 4 bytes).
3131
- CoreAudio: Add support for loopback recording (recording system audio output) on macOS > 14.6.
32-
- CoreAudio: Update `mach2` to 0.5.
32+
- CoreAudio: Update `mach2` to 0.6.
3333
- CoreAudio: Configure device buffer to ensure predictable callback buffer sizes.
3434
- CoreAudio: Fix timestamp accuracy.
3535
- CoreAudio: Make `Stream` implement `Send`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ audio_thread_priority = { version = "0.34", optional = true }
6767
jack = { version = "0.13", optional = true }
6868

6969
[target.'cfg(target_vendor = "apple")'.dependencies]
70-
mach2 = "0.5"
70+
mach2 = "0.6"
7171
coreaudio-rs = { version = "0.13", default-features = false, features = [
7272
"core_audio",
7373
"audio_toolbox",

asio-sys/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ keywords = ["audio", "sound", "asio", "steinberg"]
1010
build = "build.rs"
1111

1212
[build-dependencies]
13-
bindgen = "0.69"
13+
bindgen = "0.72"
1414
walkdir = "2"
15-
cc = "1.0.83"
16-
parse_cfg = "4.1.1"
15+
cc = "1.2"
16+
parse_cfg = "4.1"
1717

1818
[dependencies]
1919
num-derive = "0.4"

0 commit comments

Comments
 (0)