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.