diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2024-05-21 21:43:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-21 21:43:35 +0200 |
commit | 9b8537a62fe317ac07f8dfafa41b181793925490 (patch) | |
tree | eeffb170136e687190c88ae7cb1228233b696c4f /candle-book | |
parent | 7ebc3548e19fb8d40940fa2315b3f817058e7e96 (diff) | |
download | candle-9b8537a62fe317ac07f8dfafa41b181793925490.tar.gz candle-9b8537a62fe317ac07f8dfafa41b181793925490.tar.bz2 candle-9b8537a62fe317ac07f8dfafa41b181793925490.zip |
Remove the deprecated wav crate in favor of hound. (#2202)
Diffstat (limited to 'candle-book')
-rw-r--r-- | candle-book/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/candle-book/Cargo.toml b/candle-book/Cargo.toml index 5ccda31e..dee55f20 100644 --- a/candle-book/Cargo.toml +++ b/candle-book/Cargo.toml @@ -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 } |