We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81eab8 commit 0a5ae9fCopy full SHA for 0a5ae9f
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"
+# BMO 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