summaryrefslogtreecommitdiffstats
path: root/zellij-utils/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-05-28 14:05:52 +0200
committerAram Drevekenin <aram@poor.dev>2021-05-28 14:05:52 +0200
commit1c69d70082a4b583c88f02589abf575cef2d7782 (patch)
tree6377b8c24af53cb14ef6ae5c781cdf1b9a3fe26f /zellij-utils/Cargo.toml
parentbc99f81960d34939afe33278d3e4f8e1119c1961 (diff)
chore(version): change to patch version
Diffstat (limited to 'zellij-utils/Cargo.toml')
-rw-r--r--zellij-utils/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/zellij-utils/Cargo.toml b/zellij-utils/Cargo.toml
index e93f99188..7139ae0c7 100644
--- a/zellij-utils/Cargo.toml
+++ b/zellij-utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-utils"
-version = "0.13.0"
+version = "0.12.1"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2018"
description = "A utility library for Zellij client and server"
@@ -27,7 +27,7 @@ structopt = "0.3"
strum = "0.20.0"
termion = "1.5.0"
vte = "0.10.1"
-zellij-tile = { path = "../zellij-tile/", version = "0.13.0" }
+zellij-tile = { path = "../zellij-tile/", version = "0.12.1" }
[dependencies.async-std]
version = "1.3.0"