Skip to content

Commit

Permalink
fix(deps): update rust crate cpal to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 9, 2024
1 parent 5a91e04 commit bb86bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/rrr_audio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.15"

[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.15", features = ["wasm-bindgen"] }

0 comments on commit bb86bca

Please sign in to comment.