1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-01-18 12:05:52 +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

@ -49,6 +49,7 @@
- Support 'statically linked binary' for aarch64 in 'Release' page, see #2992 (@tzq0301)
- Update options in shell completions and the man page of `bat`, see #2995 (@akinomyoga)
- Update nix dev-dependency to v0.29.0, see #3112 (@decathorpe)
- Bump MSRV to [1.74](https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html), see #3154 (@keith-hall)
## Syntaxes

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"]