Skip to content

Commit d30bfd0

Browse files
author
David Kleingeld
authored
Merge pull request #765 from RustAudio/feat/cpal-0.16
dep: restore upgrade to cpal 0.16 (#754)
2 parents c695e6a + e705ee9 commit d30bfd0

File tree

3 files changed

+93
-137
lines changed

3 files changed

+93
-137
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
### Changed
13+
- Update `cpal` to v0.16.
14+
1215
## Version [0.21] (2025-07-12)
1316

1417
### Added

Cargo.lock

Lines changed: 89 additions & 136 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ lewton = ["dep:lewton"] # Ogg Vorbis
8989
all-features = true
9090

9191
[dependencies]
92-
cpal = { version = "0.15.3", optional = true }
92+
cpal = { version = "0.16", optional = true }
9393
dasp_sample = "0.11.0"
9494
claxon = { version = "0.4.2", optional = true }
9595
hound = { version = "3.3.1", optional = true }

0 commit comments

Comments
 (0)