Remove the deprecated wav crate in favor of hound. (#2202)

This commit is contained in:
Laurent Mazare
2024-05-21 21:43:35 +02:00
committed by GitHub
parent 7ebc3548e1
commit 9b8537a62f
4 changed files with 13 additions and 11 deletions

View File

@ -37,7 +37,6 @@ tokenizers = { workspace = true, features = ["onig"] }
tracing = { workspace = true }
tracing-chrome = { workspace = true }
tracing-subscriber = { workspace = true }
wav = { workspace = true }
# Necessary to disambiguate with tokio in wasm examples which are 1.28.1
parquet = { workspace = true }
image = { workspace = true }