summaryrefslogtreecommitdiffstats
path: root/zellij-client
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-10-22 02:21:16 +0100
committerBrooks J Rady <b.j.rady@gmail.com>2021-10-22 02:21:16 +0100
commite0d7212c2a263a0357ca8c2156ba448c403eea19 (patch)
treedbf9f0ee86c9858d58b909a1c9dc6154e631c10e /zellij-client
parenta9fdaaa8d16b988f9d2a576446777f5e1dc1c2df (diff)
chore(rust): move to 2021 edition
Get with the times, kiddo (and all hail disjoint captures)
Diffstat (limited to 'zellij-client')
-rw-r--r--zellij-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zellij-client/Cargo.toml b/zellij-client/Cargo.toml
index 4faf25a27..92f9e5a3b 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -2,7 +2,7 @@
name = "zellij-client"
version = "0.20.0"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
-edition = "2018"
+edition = "2021"
description = "The client-side library for Zellij"
license = "MIT"