summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--Cargo.toml1
-rw-r--r--default-plugins/strider/Cargo.toml2
2 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 01d3748eb..e462d168b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,6 @@ license = "MIT"
repository = "https://github.com/zellij-org/zellij"
homepage = "https://zellij.dev"
include = ["src/**/*", "assets/plugins/*", "assets/layouts/*", "assets/config/*", "LICENSE.md", "README.md", "!**/*_test.*", "!**/tests/**/*"]
-resolver = "2"
rust-version = "1.56"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
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"