summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-05-14 10:39:59 +0200
committerAram Drevekenin <aram@poor.dev>2021-05-14 10:39:59 +0200
commite68504552e112140be4cae510c7ab5ef58b67e63 (patch)
tree2293161d5d9034b07f88b63a8bb13fe51fb41415 /Cargo.toml
parent8cdc7fbb6922bc1ae22b05c5a7d4f731d376249a (diff)
hotfix: bump zellij-tile version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aaec5b2d0..230b7ebef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ wasmer-wasi = "1.0.0"
interprocess = "1.1.1"
names = "0.11.0"
colors-transform = "0.2.5"
-zellij-tile = { path = "zellij-tile/", version = "0.7.0" }
+zellij-tile = { path = "zellij-tile/", version = "0.8.0" }
[dependencies.async-std]
version = "1.3.0"