diff --git a/crates/bevy_audio/Cargo.toml b/crates/bevy_audio/Cargo.toml index c0a4edc9e4cad..63e6abecfe511 100644 --- a/crates/bevy_audio/Cargo.toml +++ b/crates/bevy_audio/Cargo.toml @@ -25,7 +25,7 @@ rodio = { version = "0.22", default-features = false, features = [ tracing = { version = "0.1", default-features = false, features = ["std"] } [target.'cfg(target_os = "android")'.dependencies] -cpal = { version = "0.17", optional = true } +cpal = { version = "0.18", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] # TODO: Assuming all wasm builds are for the browser. Require `no_std` support to break assumption.