Skip to content

Commit

Permalink
fix build with pipewire-jack
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing authored and ibmibmibm committed Dec 17, 2022
1 parent 519e651 commit 6e7a930
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 @@ -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}

Expand Down

0 comments on commit 6e7a930

Please sign in to comment.