summaryrefslogtreecommitdiffstats
path: root/zellij-utils/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-04-13 19:17:09 +0200
committerAram Drevekenin <aram@poor.dev>2022-04-13 19:17:09 +0200
commitbf214421860deab04b7050226928cc7e94cdd509 (patch)
treefc76d38f36b7251a0422d9c034b394109be5da56 /zellij-utils/Cargo.toml
parentf5a231848cc3f922fd089c3c21b5c19f46f96768 (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 7bc944d54..3071710ef 100644
--- a/zellij-utils/Cargo.toml
+++ b/zellij-utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-utils"
-version = "0.28.1"
+version = "0.29.0"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2021"
description = "A utility library for Zellij client and server"
@@ -32,7 +32,7 @@ strum = "0.20.0"
thiserror = "1.0.30"
url = { version = "2.2.2", features = ["serde"] }
vte = "0.10.1"
-zellij-tile = { path = "../zellij-tile/", version = "0.28.1" }
+zellij-tile = { path = "../zellij-tile/", version = "0.29.0" }
log = "0.4.16"
log4rs = "1.0.0"
unicode-width = "0.1.8"