mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-28 16:12:30 +01:00
Bump MSRV to get syntect to compile
https://releases.rs/docs/1.79.0/ > Propagate temporary lifetime extension into if and match expressions. 1.79 was released on: 13 June, 2024
This commit is contained in:
@@ -11,7 +11,7 @@ exclude = ["assets/syntaxes/*", "assets/themes/*"]
|
|||||||
build = "build/main.rs"
|
build = "build/main.rs"
|
||||||
edition = '2021'
|
edition = '2021'
|
||||||
# You are free to bump MSRV as soon as a reason for bumping emerges.
|
# You are free to bump MSRV as soon as a reason for bumping emerges.
|
||||||
rust-version = "1.74"
|
rust-version = "1.79"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["application"]
|
default = ["application"]
|
||||||
|
Reference in New Issue
Block a user