From 1a991ce7fb40c7039607fcb3ffee68a8ee4e8d75 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 14 Dec 2021 17:32:02 +0100 Subject: chore(version): bump development version --- zellij-utils/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zellij-utils/Cargo.toml') diff --git a/zellij-utils/Cargo.toml b/zellij-utils/Cargo.toml index ebb3fc379..29c2b9e19 100644 --- a/zellij-utils/Cargo.toml +++ b/zellij-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij-utils" -version = "0.23.0" +version = "0.22.1" authors = ["Kunal Mohan "] edition = "2021" description = "A utility library for Zellij client and server" @@ -32,7 +32,7 @@ termion = "1.5.0" thiserror = "1.0.30" url = { version = "2.2.2", features = ["serde"] } vte = "0.10.1" -zellij-tile = { path = "../zellij-tile/", version = "0.23.0" } +zellij-tile = { path = "../zellij-tile/", version = "0.22.1" } log = "0.4.14" log4rs = "1.0.0" unicode-width = "0.1.8" -- cgit v1.2.3