summaryrefslogtreecommitdiffstats
path: root/zellij-client
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-06-14 22:05:25 +0200
committera-kenji <aks.kenji@protonmail.com>2021-06-14 22:05:25 +0200
commit4743b7e7ab803b16cc703d2238068647857295c5 (patch)
tree297041fe76ca6fdeff65f4812f81e562e2cc2a96 /zellij-client
parentcafcca0c57696968b609c4f4a8c7a6fe7f2909a8 (diff)
parent7f67e6d97f158a00d1f2c21326fe320388ec8446 (diff)
Merge branch 'main' of https://github.com/zellij-org/zellij into layout-error
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 d0c742c46..726bd3a29 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-client"
-version = "0.13.0"
+version = "0.14.0"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2018"
description = "The client-side library for Zellij"
@@ -10,7 +10,7 @@ license = "MIT"
[dependencies]
termbg = "0.2.3"
-zellij-utils = { path = "../zellij-utils/", version = "0.13.0" }
+zellij-utils = { path = "../zellij-utils/", version = "0.14.0" }
[features]
test = ["zellij-utils/test"]