mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-22 07:43:39 +01:00
Set rust-version
in Cargo metadata
It limits clippy to only warn about lints that are compatible with the current MSRV.
This commit is contained in:
parent
8f99a78cf1
commit
22cc6ffb5a
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user