summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-11-29 11:41:59 +0100
committerAram Drevekenin <aram@poor.dev>2023-11-29 11:41:59 +0100
commit8e2d37e141399e39650c5eb04e90c192a2cd1d01 (patch)
tree75bfe5cd0834ee8db9df629eb642dfa0415967f6 /Cargo.toml
parent42af4c5103a0f5bfb07aaa248d3f3424adf80dd8 (diff)
chore(version): bump to 0.39.2
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 f268c16bc..335f43c30 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.40.0"
+version = "0.39.2"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2021"
description = "A terminal workspace with batteries included"
@@ -13,9 +13,9 @@ rust-version = "1.60"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-zellij-client = { path = "zellij-client/", version = "0.40.0" }
-zellij-server = { path = "zellij-server/", version = "0.40.0" }
-zellij-utils = { path = "zellij-utils/", version = "0.40.0" }
+zellij-client = { path = "zellij-client/", version = "0.39.2" }
+zellij-server = { path = "zellij-server/", version = "0.39.2" }
+zellij-utils = { path = "zellij-utils/", version = "0.39.2" }
thiserror = "1.0.40"
names = { version = "0.14.0", default-features = false }
log = "0.4.17"