summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-09-09 13:00:24 +0200
committerAram Drevekenin <aram@poor.dev>2022-09-09 13:00:24 +0200
commita28d905d84da19fee42ebc91e059f59e472d2f4c (patch)
tree764619ef57a6ed5bc9b57ca37b9b90a5e8643f0d /Cargo.toml
parent41b27d011b7e687300d64f831a24a02e060873e8 (diff)
chore(release): v0.31.4v0.31.4
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c0ec182d9..df470cb30 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.32.0"
+version = "0.31.4"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2021"
description = "A terminal workspace with batteries included"
@@ -16,9 +16,9 @@ rust-version = "1.59"
anyhow = "1.0"
names = { version = "0.13.0", default-features = false }
miette = { version = "3.3.0", features = ["fancy"] }
-zellij-client = { path = "zellij-client/", version = "0.32.0" }
-zellij-server = { path = "zellij-server/", version = "0.32.0" }
-zellij-utils = { path = "zellij-utils/", version = "0.32.0" }
+zellij-client = { path = "zellij-client/", version = "0.31.4" }
+zellij-server = { path = "zellij-server/", version = "0.31.4" }
+zellij-utils = { path = "zellij-utils/", version = "0.31.4" }
log = "0.4.17"
dialoguer = "0.10.1"
suggest = "0.4"