Skip to content

Commit

Permalink
update jack to 0.8
Browse files Browse the repository at this point in the history
This fixes the build with Pipewire's implementation of JACK:
RustAudio/rust-jack#154
  • Loading branch information
allthebestmoviestvshowslists9 authored and Be-ing committed Dec 13, 2021
1 parent d98f7a6 commit a21926d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a21926d

Please sign in to comment.