summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2024-05-02 08:56:36 +0200
committerAram Drevekenin <aram@poor.dev>2024-05-02 08:56:36 +0200
commitd81bda093767e932746d270e10164a2f30942969 (patch)
tree4a481262c4d9f47d935e75812799ddaadf63c449 /Cargo.toml
parent3bac38c899927ccf9288722e5ba7e07887edd4f0 (diff)
chore(version): adjust version for release
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 ad54a15ef..ebc91ebb4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.41.0"
+version = "0.40.1"
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.41.0" }
-zellij-server = { path = "zellij-server/", version = "0.41.0" }
-zellij-utils = { path = "zellij-utils/", version = "0.41.0" }
+zellij-client = { path = "zellij-client/", version = "0.40.1" }
+zellij-server = { path = "zellij-server/", version = "0.40.1" }
+zellij-utils = { path = "zellij-utils/", version = "0.40.1" }
thiserror = "1.0.40"
names = { version = "0.14.0", default-features = false }
log = "0.4.17"