1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-28 08:02:28 +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:
Keith Hall
2025-09-27 22:33:50 +03:00
parent 90064b7825
commit 64fe8dc9a8

View File

@@ -11,7 +11,7 @@ exclude = ["assets/syntaxes/*", "assets/themes/*"]
build = "build/main.rs"
edition = '2021'
# You are free to bump MSRV as soon as a reason for bumping emerges.
rust-version = "1.74"
rust-version = "1.79"
[features]
default = ["application"]