summaryrefslogtreecommitdiffstats
path: root/zellij-tile-utils/Cargo.toml
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-tile-utils/Cargo.toml
parenta9fdaaa8d16b988f9d2a576446777f5e1dc1c2df (diff)
chore(rust): move to 2021 edition
Get with the times, kiddo (and all hail disjoint captures)
Diffstat (limited to 'zellij-tile-utils/Cargo.toml')
-rw-r--r--zellij-tile-utils/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zellij-tile-utils/Cargo.toml b/zellij-tile-utils/Cargo.toml
index 2e2fe98b1..70a7d46ff 100644
--- a/zellij-tile-utils/Cargo.toml
+++ b/zellij-tile-utils/Cargo.toml
@@ -2,7 +2,7 @@
name = "zellij-tile-utils"
version = "0.20.0"
authors = ["denis <denismaximov98@gmail.com>"]
-edition = "2018"
+edition = "2021"
description = "A utility library for Zellij plugins"
license = "MIT"