We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5dc5d4 commit 19dd32aCopy full SHA for 19dd32a
Cargo.toml
@@ -9,7 +9,10 @@ crate-type = ["staticlib", "rlib"]
9
[dependencies]
10
atomic = "0.4"
11
bitflags = "1.0"
12
-cubeb-backend = "0.5"
+// 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"
16
core-foundation-sys = { version = "0.6" }
17
libc = "0.2"
18
0 commit comments