summaryrefslogtreecommitdiffstats
path: root/zellij-tile/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'zellij-tile/Cargo.toml')
-rw-r--r--zellij-tile/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/zellij-tile/Cargo.toml b/zellij-tile/Cargo.toml
index 5a8215c0f..b10fc6f9b 100644
--- a/zellij-tile/Cargo.toml
+++ b/zellij-tile/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-tile"
-version = "0.39.0"
+version = "0.38.1"
authors = ["Brooks J Rady <b.j.rady@gmail.com>"]
edition = "2021"
description = "A small client-side library for writing Zellij plugins"
@@ -12,4 +12,4 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
strum = "0.20.0"
strum_macros = "0.20.0"
-zellij-utils = { path = "../zellij-utils/", version = "0.39.0" }
+zellij-utils = { path = "../zellij-utils/", version = "0.38.1" }