aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-06 05:30:19 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-06 05:30:19 -0500
commit42b90c3abe1ea1d3e5ab923f6800a95e63cbb823 (patch)
treed67340563a4bbd73700e3ec8572a92155ba6743b /Cargo.toml
parent7caa58a5d78705f19863ed213e8e94c885c4bb01 (diff)
downloadttyrec-bin-42b90c3abe1ea1d3e5ab923f6800a95e63cbb823.tar.gz
ttyrec-bin-42b90c3abe1ea1d3e5ab923f6800a95e63cbb823.zip
changelog and version bumpv0.1.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c3876ae..829fba3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ttyrec-bin"
-version = "0.1.1"
+version = "0.1.2"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"
@@ -21,6 +21,6 @@ signal-hook = "0.3.10"
signal-hook-async-std = "0.2.1"
structopt = { version = "0.3.25", features = ["paw", "wrap_help"] }
terminal_size = "0.1.17"
-textmode = { version = "0.2.1", features = ["async"] }
+textmode = { version = "0.2.2", features = ["async"] }
ttyrec = { version = "0.3.2", features = ["async"] }
-vt100 = "0.13.2"
+vt100 = "0.14.0"