summaryrefslogtreecommitdiffstats
path: root/default-plugins
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 /default-plugins
parenta9fdaaa8d16b988f9d2a576446777f5e1dc1c2df (diff)
chore(rust): move to 2021 edition
Get with the times, kiddo (and all hail disjoint captures)
Diffstat (limited to 'default-plugins')
-rw-r--r--default-plugins/status-bar/Cargo.toml2
-rw-r--r--default-plugins/strider/Cargo.toml2
-rw-r--r--default-plugins/tab-bar/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/default-plugins/status-bar/Cargo.toml b/default-plugins/status-bar/Cargo.toml
index 407dd4990..ebcc743f7 100644
--- a/default-plugins/status-bar/Cargo.toml
+++ b/default-plugins/status-bar/Cargo.toml
@@ -2,7 +2,7 @@
name = "status-bar"
version = "0.1.0"
authors = ["Brooks J Rady <b.j.rady@gmail.com>"]
-edition = "2018"
+edition = "2021"
license = "MIT"
[dependencies]
diff --git a/default-plugins/strider/Cargo.toml b/default-plugins/strider/Cargo.toml
index d10598512..7506931a5 100644
--- a/default-plugins/strider/Cargo.toml
+++ b/default-plugins/strider/Cargo.toml
@@ -2,7 +2,7 @@
name = "strider"
version = "0.2.0"
authors = ["Brooks J Rady <b.j.rady@gmail.com>"]
-edition = "2018"
+edition = "2021"
description = "A simplified ranger clone written as a Zellij plugin"
license = "MIT"
diff --git a/default-plugins/tab-bar/Cargo.toml b/default-plugins/tab-bar/Cargo.toml
index 7fd6593dd..9911a4995 100644
--- a/default-plugins/tab-bar/Cargo.toml
+++ b/default-plugins/tab-bar/Cargo.toml
@@ -2,7 +2,7 @@
name = "tab-bar"
version = "0.1.0"
authors = ["Jonah Caplan <jonahcaplan@gmail.com>"]
-edition = "2018"
+edition = "2021"
license = "MIT"
[dependencies]