summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-03-10 14:50:39 +0100
committerAram Drevekenin <aram@poor.dev>2023-03-10 14:50:39 +0100
commit43a52a2bd37204459e77b2b153d2c6431fb42f5d (patch)
tree45b53ae9ad36467edee0185e8ef6fbca03810b15 /Cargo.toml
parent6502cf78b6c58dda739f0e1d82ec279da497025d (diff)
chore(version): bump development version
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 298828dcd..0c23adda1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.35.1"
+version = "0.35.2"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2021"
description = "A terminal workspace with batteries included"
@@ -17,9 +17,9 @@ anyhow = "1.0"
thiserror = "1.0.30"
names = { version = "0.13.0", default-features = false }
miette = { version = "3.3.0", features = ["fancy"] }
-zellij-client = { path = "zellij-client/", version = "0.35.1" }
-zellij-server = { path = "zellij-server/", version = "0.35.1" }
-zellij-utils = { path = "zellij-utils/", version = "0.35.1" }
+zellij-client = { path = "zellij-client/", version = "0.35.2" }
+zellij-server = { path = "zellij-server/", version = "0.35.2" }
+zellij-utils = { path = "zellij-utils/", version = "0.35.2" }
log = "0.4.17"
dialoguer = "0.10.1"
suggest = "0.4"