From 42b90c3abe1ea1d3e5ab923f6800a95e63cbb823 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 6 Dec 2021 05:30:19 -0500 Subject: changelog and version bump --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') 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 "] 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" -- cgit v1.2.3-54-g00ecf