Skip to content

Commit

Permalink
patch bump tui-react
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 10, 2020
1 parent 9702296 commit 7fbd933
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tui-react/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tui-react"
version = "0.4.0"
version = "0.4.1"
authors = ["Sebastian Thiel <sthiel@thoughtworks.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"
Expand Down
4 changes: 3 additions & 1 deletion tui-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ happens with it.

### Changelog

#### v0.2.1 - add license file to crate
#### v0.4.1 - Simplify `block_width(…)` function

#### v0.2.1 - add license file to crate
2 changes: 1 addition & 1 deletion tui-react/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pub mod util {
}

pub fn block_width(s: &str) -> u16 {
d.width() as u16
s.width() as u16
}

pub mod rect {
Expand Down

0 comments on commit 7fbd933

Please sign in to comment.