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

Set minimum supported rust version to 1.51

This commit is contained in:
Mahdi Dibaiee
2021-12-29 20:43:03 +00:00
committed by Martin Nordholts
parent 3358b075fb
commit 6dc621ec18
6 changed files with 7 additions and 7 deletions

View File

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