Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
110 changes: 52 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/wit-audio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workspace = true
# Default features pull in codecs/formats we do not need (mkv, ogg, vorbis,
# id3 metadata, ...); the issue's scope is wav/aiff/caf/alac/flac/mp4/mp3/aac,
# so features are hand-picked to match exactly.
symphonia = { version = "0.5", default-features = false, features = [
symphonia = { version = "0.6", default-features = false, features = [
"aac",
"alac",
"caf",
Expand Down
Loading