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

Bump MSRV to 1.58

This commit is contained in:
David Peter
2022-08-14 16:04:34 +02:00
committed by David Peter
parent 71e71aa31e
commit 02a9d191ed
6 changed files with 6 additions and 6 deletions

View File

@@ -416,7 +416,7 @@ scoop install bat
### 소스에서
`bat`의 소스를 빌드하기 위해서는, Rust 1.56.1 이상이 필요합니다.
`bat`의 소스를 빌드하기 위해서는, Rust 1.58.0 이상이 필요합니다.
`cargo`를 이용해 전부 빌드할 수 있습니다:
```bash