Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate cpal to 0.15.0 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2023

This PR contains the following updates:

Package Type Update Change
cpal dependencies minor 0.14.0 -> 0.15.0

Release Notes

rustaudio/cpal (cpal)

v0.15.3

  • Add try_with_sample_rate, a non-panicking variant of with_sample_rate.
  • struct platform::Stream is now #[must_use].
  • enum SupportedBufferSize and struct SupportedStreamConfigRange are now Copy.
  • platform::Device is now Clone.
  • Remove parking_lot dependency in favor of the std library.
  • Fix crash on web/wasm when atomics flag is enabled.
  • Improve Examples: Migrate wasm example to trunk, Improve syth-thones example.
  • Improve CI: Update actions, Use Android 30 API level in CI, Remove asmjs-unknown-emscripten target.
  • Update windows dependency to v0.54
  • Update jni dependency to 0.21
  • Update alsa dependency to 0.9
  • Update oboe dependency to 0.6
  • Update ndk dependency to 0.8 and disable default-features.
  • Update wasm-bindgen to 0.2.89

v0.15.2

  • webaudio: support multichannel output streams
  • Update windows dependency
  • wasapi: fix some thread panics

v0.15.1

  • Add feature oboe-shared-stdcxx to enable shared-stdcxx on oboe for Android support
  • Remove thiserror dependency
  • Swith mach dependency to mach2

v0.15.0

  • Update windows-rs, jack, coreaudio-sys, oboe, alsa dependencies
  • Switch to the dasp_sample crate for the sample trait
  • Switch to web-sys on the emscripten target
  • Adopt edition 2021
  • Add disconnection detection on Mac OS

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/cpal-0.x branch 2 times, most recently from 26eaaf2 to f30ede3 Compare May 31, 2023 12:06
@renovate renovate bot changed the title Update Rust crate cpal to 0.15.2 fix(deps): update rust crate cpal to 0.15.2 Oct 29, 2023
@renovate renovate bot changed the title fix(deps): update rust crate cpal to 0.15.2 fix(deps): update rust crate cpal to 0.15.3 Mar 5, 2024
@renovate renovate bot changed the title fix(deps): update rust crate cpal to 0.15.3 fix(deps): update rust crate cpal to 0.15.0 May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants