summaryrefslogtreecommitdiffstats
path: root/zellij-client
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-12-09 12:01:20 +0100
committerAram Drevekenin <aram@poor.dev>2022-12-09 12:01:20 +0100
commitfba273eebbdc98ce9570ab2dd9913d31610b1707 (patch)
treed03ae3fe97b8c43ff26d3219bee61963b4d682bd /zellij-client
parente19ba4e341c8c38e60893c0d4cdf164237c8518e (diff)
chore(version): patch version due to CI difficulties
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 1bcb473f2..d1f2fcc52 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-client"
-version = "0.34.1"
+version = "0.34.2"
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.1" }
+zellij-utils = { path = "../zellij-utils/", version = "0.34.2" }
log = "0.4.17"
[dev-dependencies]