aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-17 21:29:46 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-17 21:29:46 -0500
commit5dddb003dcc146b854b3a1b8819be625db216cf1 (patch)
treea4a405942bbaffb024ebc6ce00af771512fb4324 /Cargo.toml
parent4ce7dae61a899588cf31f31aa67d4b437f1fc236 (diff)
downloadtextmode-5dddb003dcc146b854b3a1b8819be625db216cf1.tar.gz
textmode-5dddb003dcc146b854b3a1b8819be625db216cf1.zip
bump vt100 versionv0.2.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 71706ac..fbe68a8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ itoa = "0.4.8"
nix = "0.23.0"
terminal_size = "0.1.17"
thiserror = "1.0.30"
-vt100 = { path = "../vt100-rust", version = "0.12.0" }
+vt100 = { path = "../vt100-rust", version = "0.13.0" }
blocking = { version = "1.1.0", optional = true }
futures-lite = { version = "1.12.0", optional = true }