summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-07-12 20:32:53 +0200
committerAram Drevekenin <aram@poor.dev>2023-07-12 20:32:53 +0200
commit5bf421ecdc3c98565a1defe5ace53d397e3885e9 (patch)
treef37c6f905e7b236a138d56a66f486d79b4ccd257 /Cargo.toml
parent024fb2d22d1b561b6fe64d1e110297df8113a1b9 (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 75e1864b5..65b4f04af 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.37.2"
+version = "0.38.0"
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.37.2" }
-zellij-server = { path = "zellij-server/", version = "0.37.2" }
-zellij-utils = { path = "zellij-utils/", version = "0.37.2" }
+zellij-client = { path = "zellij-client/", version = "0.38.0" }
+zellij-server = { path = "zellij-server/", version = "0.38.0" }
+zellij-utils = { path = "zellij-utils/", version = "0.38.0" }
thiserror = "1.0.40"
names = { version = "0.14.0", default-features = false }
log = "0.4.17"