summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
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 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 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