indicatif 0.13.0

A progress bar and cli reporting library for Rust
Documentation
sudo: false
language: rust
rust:
  - stable
  - beta

script:
  - cargo test
  - cargo test --all-features