summaryrefslogtreecommitdiffstats
path: root/doc/README-ko.md
diff options
context:
space:
mode:
authormataha <mataha@users.noreply.github.com>2023-08-28 16:25:30 +0200
committerMartin Nordholts <enselic@gmail.com>2023-09-01 05:42:45 +0200
commit82664e3c82492ddfde41533a829859dd129125d6 (patch)
tree4249bb085d821036f3d74fbe3a2e4f7032c909f4 /doc/README-ko.md
parent1893405cbf6a0676db4cf93e64939eb29a0ca6cb (diff)
Bump MSRV to 1.70.0
The intention is to take advantage of `std::io::IsTerminal` that landed in 1.70.0, both in `bat` and its dependencies (`clap`, `grep-cli`). This will fix #2570 as well - `grep-cli` 0.1.9 has a patch for that. Signed-off-by: mataha <mataha@users.noreply.github.com>
Diffstat (limited to 'doc/README-ko.md')
-rw-r--r--doc/README-ko.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README-ko.md b/doc/README-ko.md
index 50f1ae04..eeb9725c 100644
--- a/doc/README-ko.md
+++ b/doc/README-ko.md
@@ -416,7 +416,7 @@ scoop install bat
### 소스에서
-`bat`의 소스를 빌드하기 위해서는, Rust 1.64.0 이상이 필요합니다.
+`bat`의 소스를 빌드하기 위해서는, Rust 1.70.0 이상이 필요합니다.
`cargo`를 이용해 전부 빌드할 수 있습니다:
```bash