mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
tui-realm 0.4.1
This commit is contained in:
@@ -28,7 +28,7 @@ Released on FIXME: ??
|
|||||||
- Fixed broken input cursor when typing UTF8 characters (tui-realm 0.3.2)
|
- Fixed broken input cursor when typing UTF8 characters (tui-realm 0.3.2)
|
||||||
- Dependencies:
|
- Dependencies:
|
||||||
- Updated `textwrap` to `0.14.0`
|
- Updated `textwrap` to `0.14.0`
|
||||||
- Updated `tui-realm` to `0.4.0`
|
- Updated `tui-realm` to `0.4.1`
|
||||||
|
|
||||||
## 0.5.0
|
## 0.5.0
|
||||||
|
|
||||||
|
|||||||
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1440,9 +1440,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tuirealm"
|
name = "tuirealm"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "684b01c57e5bccf6e48f3ace3433a07e6267fb9c59fedd3074567d3e417b5568"
|
checksum = "6bee2a1c050878fac02ba3a6c2e93aa92a1de56849d5deec00d4ab4bc7928c0a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crossterm",
|
"crossterm",
|
||||||
"textwrap",
|
"textwrap",
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ tempfile = "3.1.0"
|
|||||||
textwrap = "0.14.0"
|
textwrap = "0.14.0"
|
||||||
thiserror = "^1.0.0"
|
thiserror = "^1.0.0"
|
||||||
toml = "0.5.8"
|
toml = "0.5.8"
|
||||||
tuirealm = { version = "0.4.0", features = [ "with-components" ] }
|
tuirealm = { version = "0.4.1", features = [ "with-components" ] }
|
||||||
whoami = "1.1.1"
|
whoami = "1.1.1"
|
||||||
wildmatch = "2.0.0"
|
wildmatch = "2.0.0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user