summaryrefslogtreecommitdiffstats
path: root/default-plugins
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-03-04 11:47:51 +0100
committerGitHub <noreply@github.com>2022-03-04 11:47:51 +0100
commit5108bed936a2dc28de26b87fbde7b70758ce4691 (patch)
treea3dd969f919a6150d8a85a16d072d4b04c312444 /default-plugins
parentee9f3394fa8c5e6e2d941284bfba1d555c1b8b28 (diff)
fix(cargo.toml): remove reduntant `resolver` key (#1170)
There is no need anymore to specify `resolver=2`, `edition=2021` already turns on the appropriate resolver.
Diffstat (limited to 'default-plugins')
-rw-r--r--default-plugins/strider/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default-plugins/strider/Cargo.toml b/default-plugins/strider/Cargo.toml
index 7506931a5..8638efac8 100644
--- a/default-plugins/strider/Cargo.toml
+++ b/default-plugins/strider/Cargo.toml
@@ -9,4 +9,4 @@ license = "MIT"
[dependencies]
colored = "2"
zellij-tile = { path = "../../zellij-tile" }
-pretty-bytes = "0.2" \ No newline at end of file
+pretty-bytes = "0.2"