summaryrefslogtreecommitdiffstats
path: root/zellij-server/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-11-08 15:42:46 +0100
committerAram Drevekenin <aram@poor.dev>2021-11-08 15:42:46 +0100
commitb232326dc2b419467914f00a04e472e81379891f (patch)
treebae14733811d3f9a8213df1f2cd3d420ff69c59f /zellij-server/Cargo.toml
parentff83733f580d1b32cb95f1afe241b9e3fd4e562c (diff)
chore(version): bump development version
Diffstat (limited to 'zellij-server/Cargo.toml')
-rw-r--r--zellij-server/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/zellij-server/Cargo.toml b/zellij-server/Cargo.toml
index ea72f2d01..f38739f13 100644
--- a/zellij-server/Cargo.toml
+++ b/zellij-server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-server"
-version = "0.20.0"
+version = "0.21.0"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2021"
description = "The server-side library for Zellij"
@@ -21,7 +21,7 @@ url = "2.2.2"
wasmer = "1.0.0"
wasmer-wasi = "1.0.0"
cassowary = "0.3.0"
-zellij-utils = { path = "../zellij-utils/", version = "0.20.0" }
+zellij-utils = { path = "../zellij-utils/", version = "0.21.0" }
log = "0.4.14"
typetag = "0.1.7"
chrono = "0.4.19"