summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-08-31 10:44:01 +0200
committerAram Drevekenin <aram@poor.dev>2023-08-31 10:44:01 +0200
commita4279ca9ba57700fdcf1cc76ebe693e5534a2839 (patch)
treed760076af47e1ca2a04fae6bab59d6baa0cee767 /Cargo.toml
parentf42a2dc7f9ce31633612cc892c86baa02eaeb6ab (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 69ebc3bde..3e7359a2f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.39.0"
+version = "0.38.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.39.0" }
-zellij-server = { path = "zellij-server/", version = "0.39.0" }
-zellij-utils = { path = "zellij-utils/", version = "0.39.0" }
+zellij-client = { path = "zellij-client/", version = "0.38.1" }
+zellij-server = { path = "zellij-server/", version = "0.38.1" }
+zellij-utils = { path = "zellij-utils/", version = "0.38.1" }
thiserror = "1.0.40"
names = { version = "0.14.0", default-features = false }
log = "0.4.17"