Skip to content

Commit 19dd32a

Browse files
committed
Update cubeb-backend to workaround rust-lang/rust#58881 (BMO 1532645)
1 parent d5dc5d4 commit 19dd32a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ crate-type = ["staticlib", "rlib"]
99
[dependencies]
1010
atomic = "0.4"
1111
bitflags = "1.0"
12-
cubeb-backend = "0.5"
12+
// Bug 1532645: https://bugzilla.mozilla.org/show_bug.cgi?id=1532645
13+
// To workaround https://github.com/rust-lang/rust/issues/58881 and make `cubeb_logv!` work,
14+
// the minimal version of cubeb-backend is 0.5.1.
15+
cubeb-backend = "0.5.3"
1316
core-foundation-sys = { version = "0.6" }
1417
libc = "0.2"
1518

0 commit comments

Comments
 (0)