Unnamed repository; edit this file 'description' to name the repository.
Update termina to v0.2.0
This adds support for an OSC sequence which can update the terminal's
foreground and background colors, useful for making a terminal with
padding use the theme's background color.
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -2795,9 +2795,9 @@ dependencies = [ [[package]] name = "termina" -version = "0.1.1" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b9a48a479fe84f486d932a2e0c549b4d48ed3d57a20f18a3e61199c75a05ecf" +checksum = "9747435fb6e4b6db463ce5a7ec39354e60b555a1083211d976421384beb5b8db" dependencies = [ "bitflags", "futures-core", @@ -52,7 +52,7 @@ futures-executor = "0.3" futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false } tokio-stream = "0.1.18" toml = "1.0" -termina = "0.1" +termina = "0.2" sonic-rs = "0.5" globset = "0.4" etcetera = "0.11" |