1
0
mirror of https://github.com/sharkdp/bat.git synced 2026-02-08 00:32:08 +00:00

chore: bump MSRV to 1.88

This commit is contained in:
dddffgg
2026-02-07 19:23:47 +08:00
parent a4a7692134
commit a0f326aa22

View File

@@ -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.87" rust-version = "1.88"
[features] [features]
default = ["application", "git"] default = ["application", "git"]