tui-realm 0.4.1

This commit is contained in:
veeso 2021-06-11 14:48:38 +02:00
parent 3c3c680b00
commit d07b1c86be
3 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ Released on FIXME: ??
- Fixed broken input cursor when typing UTF8 characters (tui-realm 0.3.2)
- Dependencies:
- Updated `textwrap` to `0.14.0`
- Updated `tui-realm` to `0.4.0`
- Updated `tui-realm` to `0.4.1`
## 0.5.0

4
Cargo.lock generated
View file

@ -1440,9 +1440,9 @@ dependencies = [
[[package]]
name = "tuirealm"
version = "0.4.0"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "684b01c57e5bccf6e48f3ace3433a07e6267fb9c59fedd3074567d3e417b5568"
checksum = "6bee2a1c050878fac02ba3a6c2e93aa92a1de56849d5deec00d4ab4bc7928c0a"
dependencies = [
"crossterm",
"textwrap",

View file

@ -48,7 +48,7 @@ tempfile = "3.1.0"
textwrap = "0.14.0"
thiserror = "^1.0.0"
toml = "0.5.8"
tuirealm = { version = "0.4.0", features = [ "with-components" ] }
tuirealm = { version = "0.4.1", features = [ "with-components" ] }
whoami = "1.1.1"
wildmatch = "2.0.0"