From ad9576dd95ad943c43d6103772f913df67491f4f Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 7 May 2021 14:45:13 +0200 Subject: chore(version): bump development version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f59b1e8b3..df9b199d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij" -version = "0.8.0" +version = "0.9.0" authors = ["Aram Drevekenin "] edition = "2018" description = "A terminal workspace with batteries included" -- cgit v1.2.3 From 632a7a3209f16da1ff7330f8465106959e996d75 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 7 May 2021 16:03:45 +0200 Subject: fix(compatibility): upgrade vte to support csi subparameters (#469) * fix(compatibility): upgrade vte to support csi subparameters * style(fmt): rustfmt and clippy --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index df9b199d4..0e9136c81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ termion = "1.5.0" termios = "0.3" unicode-truncate = "0.2.0" unicode-width = "0.1.8" -vte = "0.8.0" +vte = "0.10.1" strum = "0.20.0" lazy_static = "1.4.0" wasmer = "1.0.0" -- cgit v1.2.3 From ce0ca2f99792d0ef9d81c1408e78e30c625b7e35 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 11 May 2021 11:45:21 +0200 Subject: chore(version): bump development version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0e9136c81..2018a6814 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij" -version = "0.9.0" +version = "0.10.0" authors = ["Aram Drevekenin "] edition = "2018" description = "A terminal workspace with batteries included" -- cgit v1.2.3