Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update rust crate cpal to 0.15
Browse files Browse the repository at this point in the history
renovate[bot] authored May 19, 2023
1 parent 94cca76 commit ab850df
Showing 2 changed files with 72 additions and 223 deletions.
291 changes: 70 additions & 221 deletions Cargo.lock
4 changes: 2 additions & 2 deletions crates/rrr_audio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -24,8 +24,8 @@ rb = "0.4"
symphonia = { version = "0.5", 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 ab850df

Please sign in to comment.