summaryrefslogtreecommitdiffstats
path: root/zellij-utils/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-11-29 10:09:22 +0100
committerAram Drevekenin <aram@poor.dev>2021-11-29 10:09:22 +0100
commit1ee743156cbe4618b11cf8224242e6bbc1188fe8 (patch)
tree274e9ed71132e6475becb3b2ad3c0c06c9a95b96 /zellij-utils/Cargo.toml
parenteec8dbf7ec7e5363b24e7547d787daf341d1df43 (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 2eb8f6b64..5f2b98814 100644
--- a/zellij-utils/Cargo.toml
+++ b/zellij-utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-utils"
-version = "0.21.0"
+version = "0.22.0"
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.21.0" }
+zellij-tile = { path = "../zellij-tile/", version = "0.22.0" }
log = "0.4.14"
log4rs = "1.0.0"
unicode-width = "0.1.8"