diff --git a/crates/rrr_audio/Cargo.toml b/crates/rrr_audio/Cargo.toml index d48aeb2..d399573 100644 --- a/crates/rrr_audio/Cargo.toml +++ b/crates/rrr_audio/Cargo.toml @@ -24,8 +24,8 @@ rb = "0.4" symphonia = { version = "0.5.4", default-features = false, features = ["mp3"] } [target.'cfg(not(all(target_arch = "wasm32", target_os = "unknown")))'.dependencies] -cpal = "0.14" +cpal = "0.17" [target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies] console_error_panic_hook = "0.1" -cpal = { version = "0.14", features = ["wasm-bindgen"] } +cpal = { version = "0.17", features = ["wasm-bindgen"] }