1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-30 22:54:07 +00:00

Bump MSRV to 1.60

see https://github.com/rust-lang/git2-rs/issues/838
This commit is contained in:
David Peter
2022-09-03 23:24:31 +02:00
committed by Martin Nordholts
parent b295850cb3
commit 45d6b1af3b
5 changed files with 5 additions and 5 deletions

View File

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