summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-12-09 12:01:20 +0100
committerAram Drevekenin <aram@poor.dev>2022-12-09 12:01:20 +0100
commitfba273eebbdc98ce9570ab2dd9913d31610b1707 (patch)
treed03ae3fe97b8c43ff26d3219bee61963b4d682bd /Cargo.toml
parente19ba4e341c8c38e60893c0d4cdf164237c8518e (diff)
chore(version): patch version due to CI difficulties
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 9cd0fda00..ca5f13cf9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.34.1"
+version = "0.34.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.34.1" }
-zellij-server = { path = "zellij-server/", version = "0.34.1" }
-zellij-utils = { path = "zellij-utils/", version = "0.34.1" }
+zellij-client = { path = "zellij-client/", version = "0.34.2" }
+zellij-server = { path = "zellij-server/", version = "0.34.2" }
+zellij-utils = { path = "zellij-utils/", version = "0.34.2" }
log = "0.4.17"
dialoguer = "0.10.1"
suggest = "0.4"