From 89ecc5bcda2b28744ac8b130daaa3a477dad6630 Mon Sep 17 00:00:00 2001 From: Chun-Min Chang Date: Tue, 29 Mar 2022 23:01:49 +0000 Subject: [PATCH] Bug 1762036 - Update cubeb-coreaudio to 39f7e69 r=cubeb-reviewers,kinetik Differential Revision: https://phabricator.services.mozilla.com/D142363 --- toolkit/library/rust/shared/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/library/rust/shared/Cargo.toml b/toolkit/library/rust/shared/Cargo.toml index 4f12880b9554..af889402cf5d 100644 --- a/toolkit/library/rust/shared/Cargo.toml +++ b/toolkit/library/rust/shared/Cargo.toml @@ -20,7 +20,7 @@ static_prefs = { path = "../../../../modules/libpref/init/static_prefs" } profiler_helper = { path = "../../../../tools/profiler/rust-helper", optional = true } mozurl = { path = "../../../../netwerk/base/mozurl" } webrender_bindings = { path = "../../../../gfx/webrender_bindings" } -cubeb-coreaudio = { git = "https://github.com/mozilla/cubeb-coreaudio-rs", rev = "e012b2151fb6f0ffd50e91baa7756e77a3c416d9", optional = true } +cubeb-coreaudio = { git = "https://github.com/mozilla/cubeb-coreaudio-rs", rev = "39f7e696c11ff45503b50a49a36cd9f39900c27b", optional = true } cubeb-pulse = { git = "https://github.com/mozilla/cubeb-pulse-rs", rev="df4dc0288b07b865440f4c7e41ca49ca9ccffc63", optional = true, features=["pulse-dlopen"] } cubeb-sys = { version = "0.10", optional = true, features=["gecko-in-tree"] } audioipc2-client = { git = "https://github.com/kinetiknz/audioipc-2", rev = "85e9839059f4bf8f68130825b8fd02c39a6a51b9", optional = true } # macos (v2) branch