console-rs / indicatif

A command line progress reporting library for Rust
MIT License
4.36k stars 241 forks source link

Remove `"fs"` feature in tokio dependency. #504

Closed azriel91 closed 1 year ago

azriel91 commented 1 year ago

Heya, this allows indicatif to compile to WASM. I've checked and tokio::fs is not used in the project.

azriel91 commented 1 year ago

ah, it's used in doctests, let me update