From 22cc6ffb5a442ba74456eb2335685bd9fa161ab8 Mon Sep 17 00:00:00 2001 From: Constantin Nickel Date: Tue, 14 Mar 2023 21:55:29 +0100 Subject: [PATCH] Set `rust-version` in Cargo metadata It limits clippy to only warn about lints that are compatible with the current MSRV. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9081c429..f966ec3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ version = "0.22.1" exclude = ["assets/syntaxes/*", "assets/themes/*"] build = "build.rs" edition = '2018' +rust-version = "1.62" [features] default = ["application"]