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.
This commit is contained in:
a-kenji 2022-03-04 11:47:51 +01:00 committed by GitHub
parent ee9f3394fa
commit 5108bed936
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -8,7 +8,6 @@ license = "MIT"
repository = "https://github.com/zellij-org/zellij" repository = "https://github.com/zellij-org/zellij"
homepage = "https://zellij.dev" homepage = "https://zellij.dev"
include = ["src/**/*", "assets/plugins/*", "assets/layouts/*", "assets/config/*", "LICENSE.md", "README.md", "!**/*_test.*", "!**/tests/**/*"] include = ["src/**/*", "assets/plugins/*", "assets/layouts/*", "assets/config/*", "LICENSE.md", "README.md", "!**/*_test.*", "!**/tests/**/*"]
resolver = "2"
rust-version = "1.56" rust-version = "1.56"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html