summaryrefslogtreecommitdiffstats
path: root/zellij-client
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-08-18 08:55:21 +0200
committerAram Drevekenin <aram@poor.dev>2022-08-18 08:55:21 +0200
commit588167f38e9581a9d6228577829fe4d6b15c34dc (patch)
tree982c7f5a02e99b889beb1861ce3c99ea80ccdc44 /zellij-client
parent94669fc930d2533996a20bacfca87007e62c59b9 (diff)
chore(release): v0.31.3v0.31.3
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 30370d47e..0238b2b37 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-client"
-version = "0.32.0"
+version = "0.31.3"
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.32.0" }
+zellij-utils = { path = "../zellij-utils/", version = "0.31.3" }
log = "0.4.17"
[dev-dependencies]