summaryrefslogtreecommitdiffstats
path: root/zellij-client
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-08-18 09:30:12 +0200
committerAram Drevekenin <aram@poor.dev>2022-08-18 09:30:12 +0200
commit639de16c5e026def9ac3b4ff4ca7fb90429739e9 (patch)
treeb3a161d1accfd7a2c56434fbf532260c73f785ca /zellij-client
parent588167f38e9581a9d6228577829fe4d6b15c34dc (diff)
chore(version): bump development version
Diffstat (limited to 'zellij-client')
-rw-r--r--zellij-client/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/zellij-client/Cargo.toml b/zellij-client/Cargo.toml
index 0238b2b37..30370d47e 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-client"
-version = "0.31.3"
+version = "0.32.0"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2021"
description = "The client-side library for Zellij"
@@ -10,7 +10,7 @@ license = "MIT"
[dependencies]
mio = { version = "0.7.11", features = ['os-ext'] }
-zellij-utils = { path = "../zellij-utils/", version = "0.31.3" }
+zellij-utils = { path = "../zellij-utils/", version = "0.32.0" }
log = "0.4.17"
[dev-dependencies]