diff --git a/candle-examples/Cargo.toml b/candle-examples/Cargo.toml index 8779b9a5..c4e34656 100644 --- a/candle-examples/Cargo.toml +++ b/candle-examples/Cargo.toml @@ -36,7 +36,6 @@ tracing-subscriber = { workspace = true } wav = { workspace = true } # Necessary to disambiguate with tokio in wasm examples which are 1.28.1 tokio = "1.29.1" -memmap2.workspace = true [build-dependencies] anyhow = { workspace = true }