diff --git a/crates/bevy_audio/Cargo.toml b/crates/bevy_audio/Cargo.toml index 8beba77c0d..ef45ad2441 100644 --- a/crates/bevy_audio/Cargo.toml +++ b/crates/bevy_audio/Cargo.toml @@ -23,7 +23,7 @@ rodio = { version = "0.20", default-features = false } tracing = { version = "0.1", default-features = false, features = ["std"] } [target.'cfg(target_os = "android")'.dependencies] -cpal = { version = "0.15", optional = true } +cpal = { version = "0.16", optional = true } [target.'cfg(target_vendor = "apple")'.dependencies] # NOTE: Explicitly depend on this patch version to fix: