summaryrefslogtreecommitdiffstats
path: root/doc/README-ko.md
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2021-10-02 12:14:06 +0200
committerMartin Nordholts <enselic@gmail.com>2021-10-03 07:51:37 +0200
commit418fce56835240ca9989a841d667eb02d5992c5d (patch)
treeb5246bed56cd6bd4b8ab1c58e6220131930bdc13 /doc/README-ko.md
parent7a15ba3796038eb44518458cd305a2b2f88e5d61 (diff)
Bump MSRV to 1.46
See #1874 and #1872.
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 695623c0..2001f82b 100644
--- a/doc/README-ko.md
+++ b/doc/README-ko.md
@@ -404,7 +404,7 @@ scoop install bat
### 소스에서
-`bat`의 소스를 빌드하기 위해서는, Rust 1.45 이상이 필요합니다.
+`bat`의 소스를 빌드하기 위해서는, Rust 1.46 이상이 필요합니다.
`cargo`를 이용해 전부 빌드할 수 있습니다:
```bash