1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 03:12:25 +01:00

Bump MSRV to 1.62 (#2496)

* Bump MSRV to 1.62

Mainly to be able to derive default enum variants.

* CHANGELOG.md: Update
This commit is contained in:
Martin Nordholts
2023-03-03 13:20:03 +01:00
committed by GitHub
parent e3d8b56c8f
commit ec6e9c29ac
8 changed files with 9 additions and 13 deletions

View File

@@ -372,7 +372,7 @@ scoop install bat
### 从源码编译
如果你想要自己构建`bat`那么你需要安装有高于1.58.0版本的 Rust。
如果你想要自己构建`bat`那么你需要安装有高于1.62.0版本的 Rust。
使用以下命令编译。