File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# ` linya ` Changelog
22
3- ## Unreleased
3+ ## 0.2.1 (2021-06-12)
4+
5+ #### Added
6+
7+ - An example of how to use Linya without Rayon.
48
59#### Changed
610
Original file line number Diff line number Diff line change 11[package ]
22name = " linya"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44authors = [" Colin Woodbury <colin@fosskers.ca>" ]
55edition = " 2018"
66description = " Simple concurrent progress bars."
Original file line number Diff line number Diff line change 9494//! [indicatif]: https://lib.rs/crates/indicatif
9595
9696#![ warn( missing_docs) ]
97- #![ doc( html_root_url = "https://docs.rs/linya/0.2.0 " ) ]
97+ #![ doc( html_root_url = "https://docs.rs/linya/0.2.1 " ) ]
9898
9999use std:: io:: { LineWriter , Stderr , Write } ;
100100use terminal_size:: { terminal_size, Height , Width } ;
You can’t perform that action at this time.
0 commit comments