Skip to content

Commit

Permalink
Remove unneeded "dep:serde"
Browse files Browse the repository at this point in the history
  • Loading branch information
barafael committed May 30, 2023
1 parent 0c99f54 commit 5e0e7e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ ml_train = ["ml_base", "rand", "rayon", "burn-autodiff", "burn/train", "burn/std
ml_infer = ["ml_base", "burn", "burn-ndarray"]
ml_gpu = ["ml_train", "burn-tch"]

serde = ["dep:serde"]

wasm = ["rodio/wasm-bindgen", "wasm-bindgen", "wasm-bindgen-futures", "js-sys", "console_error_panic_hook", "wee_alloc", "gloo-timers"]

plot = ["plotters"]
Expand Down

0 comments on commit 5e0e7e6

Please sign in to comment.