aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-06 05:29:02 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-06 05:29:02 -0500
commitd3250dbffd9bc64efc5592a8e12578b740a84257 (patch)
tree044f0f817bce959b7df6a1286dfe185e121e353e /Cargo.toml
parent2b3e4b2c97d97b091f5db96a71878bce50282a30 (diff)
downloadtextmode-d3250dbffd9bc64efc5592a8e12578b740a84257.tar.gz
textmode-d3250dbffd9bc64efc5592a8e12578b740a84257.zip
changelog and version bumpv0.2.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 44b823f..c8c7700 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "textmode"
-version = "0.2.1"
+version = "0.2.2"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"
@@ -16,7 +16,7 @@ itoa = "0.4.8"
nix = "0.23.0"
terminal_size = "0.1.17"
thiserror = "1.0.30"
-vt100 = "0.13.2"
+vt100 = "0.14.0"
blocking = { version = "1.1.0", optional = true }
futures-lite = { version = "1.12.0", optional = true }