File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# ` linya ` Changelog
22
3+ ## 0.2.2 (2022-02-21)
4+
5+ #### Fixed
6+
7+ - An overflow panic that affected certain hardware with a comparatively small ` usize::MAX ` .
8+
39## 0.2.1 (2021-06-12)
410
511#### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " linya"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44authors = [" Colin Woodbury <colin@fosskers.ca>" ]
55edition = " 2021"
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.1 " ) ]
97+ #![ doc( html_root_url = "https://docs.rs/linya/0.2.2 " ) ]
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