summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-03-16 14:03:07 +0100
committerAram Drevekenin <aram@poor.dev>2022-03-16 14:03:07 +0100
commit9c7d13984f498c9d6c712098bd27eb1ed211dbb9 (patch)
treefaf94362207a084c17911ac690ee88253fab0081 /Cargo.toml
parentc2e388f339c50dfdc6e74fc210a5511e5a0dbea2 (diff)
chore(release): v0.26.1v0.26.1
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 30030d616..78457fdcb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.27.0"
+version = "0.26.1"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2021"
description = "A terminal workspace with batteries included"
@@ -15,9 +15,9 @@ rust-version = "1.56"
[dependencies]
anyhow = "1.0"
names = "0.11.0"
-zellij-client = { path = "zellij-client/", version = "0.27.0" }
-zellij-server = { path = "zellij-server/", version = "0.27.0" }
-zellij-utils = { path = "zellij-utils/", version = "0.27.0" }
+zellij-client = { path = "zellij-client/", version = "0.26.1" }
+zellij-server = { path = "zellij-server/", version = "0.26.1" }
+zellij-utils = { path = "zellij-utils/", version = "0.26.1" }
log = "0.4.14"
dialoguer = "0.9.0"
suggestion = "0.3"