1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-31 23:22:03 +00:00

Bump MSRV to 1.74

released over a year ago
This commit is contained in:
Keith Hall
2024-12-26 21:30:16 +02:00
parent be62a4cea4
commit d660cca8a9
2 changed files with 2 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ version = "0.24.0"
exclude = ["assets/syntaxes/*", "assets/themes/*"]
build = "build/main.rs"
edition = '2021'
rust-version = "1.70"
rust-version = "1.74"
[features]
default = ["application"]