aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-04 18:14:02 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-04 18:14:02 -0500
commit3040c683c4a0f50b97cf968da847859a8ef45151 (patch)
treedf8f696c27e7636b57cc6e355cc56eb316f27276
parentd0037903557143258c6cb2acc6822626c84d25b2 (diff)
downloadttyrec-bin-3040c683c4a0f50b97cf968da847859a8ef45151.tar.gz
ttyrec-bin-3040c683c4a0f50b97cf968da847859a8ef45151.zip
bump ttyrec
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 98edd0b..c43113c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -782,7 +782,7 @@ dependencies = [
[[package]]
name = "ttyrec"
-version = "0.2.0"
+version = "0.3.0"
dependencies = [
"futures",
]
diff --git a/Cargo.toml b/Cargo.toml
index a6ce7ec..ad79802 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,5 +16,5 @@ 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.0", features = ["async"] }
-ttyrec = { path = "../ttyrec", version = "0.2.0", features = ["async"] }
+ttyrec = { path = "../ttyrec", version = "0.3.0", features = ["async"] }
vt100 = { path = "../vt100-rust", version = "0.13.0" }