From 9b8537a62fe317ac07f8dfafa41b181793925490 Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Tue, 21 May 2024 21:43:35 +0200 Subject: Remove the deprecated wav crate in favor of hound. (#2202) --- candle-book/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'candle-book') 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 } -- cgit v1.2.3