summaryrefslogtreecommitdiffstats
path: root/zellij-utils/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-12-14 17:32:02 +0100
committerAram Drevekenin <aram@poor.dev>2021-12-14 17:32:02 +0100
commit1a991ce7fb40c7039607fcb3ffee68a8ee4e8d75 (patch)
treebfaa184fb842706d77d6e90bafb4c529ad2289c9 /zellij-utils/Cargo.toml
parent903873c42760dc3d0c18a739aeea265e9993a551 (diff)
chore(version): bump development version
Diffstat (limited to 'zellij-utils/Cargo.toml')
-rw-r--r--zellij-utils/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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 <kunalmohan99@gmail.com>"]
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"