Skip to content

Commit

Permalink
Update cubeb-backend to workaround rust-lang/rust#58881 (BMO 1532645)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMinChang committed Mar 6, 2019
1 parent d5dc5d4 commit 19dd32a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ crate-type = ["staticlib", "rlib"]
[dependencies]
atomic = "0.4"
bitflags = "1.0"
cubeb-backend = "0.5"
// Bug 1532645: https://bugzilla.mozilla.org/show_bug.cgi?id=1532645
// To workaround https://github.com/rust-lang/rust/issues/58881 and make `cubeb_logv!` work,
// the minimal version of cubeb-backend is 0.5.1.
cubeb-backend = "0.5.3"
core-foundation-sys = { version = "0.6" }
libc = "0.2"

Expand Down

0 comments on commit 19dd32a

Please sign in to comment.