From 5cbff436daec3f463a238898036e8eaf402dac30 Mon Sep 17 00:00:00 2001 From: Be Date: Sun, 12 Dec 2021 21:27:48 -0600 Subject: [PATCH] update jack to 0.8 This fixes the build with Pipewire's implementation of JACK: https://github.com/RustAudio/rust-jack/pull/154 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79741c192..bb0e35f49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ alsa = "0.6" nix = "0.23" libc = "0.2.65" parking_lot = "0.11" -jack = { version = "0.7.0", optional = true } +jack = { version = "0.8", optional = true } [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] core-foundation-sys = "0.8.2" # For linking to CoreFoundation.framework and handling device name `CFString`s.