From f1ed61f8e2fef585be82469bccd2ccd1f0386c07 Mon Sep 17 00:00:00 2001 From: Be Date: Thu, 27 Jan 2022 18:07:40 -0600 Subject: [PATCH] fix build with pipewire-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 8f140de..85b6eb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ jack = ["jack-sys", "libc"] [dependencies] bitflags = "1.2" memalloc = "0.1.0" -jack-sys = { version = "0.1.0", optional = true } +jack-sys = { version = "0.2", optional = true } libc = { version = "0.2.21", optional = true } winrt = { version = "0.7.0", optional = true}