summaryrefslogtreecommitdiffstats
path: root/zellij-client
diff options
context:
space:
mode:
authorAndreas Hartmann <hartan@7x.de>2022-12-13 17:24:19 +0100
committerAndreas Hartmann <hartan@7x.de>2022-12-13 17:24:19 +0100
commit177cd20beaf7a89d54b295f1aab498b7ab2c04c1 (patch)
treee1688ba98d06063073562b9a975ff024ed6fab9b /zellij-client
parent5cd412bde0886e8c2dba220130827024bf682c12 (diff)
chore: 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 42493d221..114257b8e 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-client"
-version = "0.34.4"
+version = "0.34.5"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2021"
description = "The client-side library for Zellij"
@@ -13,7 +13,7 @@ mio = { version = "0.7.11", features = ['os-ext'] }
serde = { version = "1.0", features = ["derive"] }
url = { version = "2.2.2", features = ["serde"] }
serde_yaml = "0.8"
-zellij-utils = { path = "../zellij-utils/", version = "0.34.4" }
+zellij-utils = { path = "../zellij-utils/", version = "0.34.5" }
log = "0.4.17"
[dev-dependencies]