summaryrefslogtreecommitdiff
path: root/doc/yjit
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-11-21 10:27:39 -0800
committerGitHub <noreply@github.com>2022-11-21 10:27:39 -0800
commit607fb49dbcf9fa24d53c3609ac4e8cba4c0fb8bb (patch)
tree30c46103fde19cd53c9f2bf9caa8018b26bd12a9 /doc/yjit
parent09423876f9191a73ab428dc27eb5c436105048db (diff)
YJIT: Lower the required Rust version from 1.58.1 to 1.58.0 (#6780)
Notes
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
Diffstat (limited to 'doc/yjit')
-rw-r--r--doc/yjit/yjit.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md
index 139e557111..af03dd8d78 100644
--- a/doc/yjit/yjit.md
+++ b/doc/yjit/yjit.md
@@ -51,7 +51,7 @@ You will need to install:
- A C compiler such as GCC or Clang
- GNU Make and Autoconf
- The Rust compiler `rustc` and Cargo (if you want to build in dev/debug mode)
- - The Rust version must be [>= 1.58.1](../../yjit/Cargo.toml).
+ - The Rust version must be [>= 1.58.0](../../yjit/Cargo.toml).
To install the Rust build toolchain, we suggest following the [recommended installation method][rust-install]. Rust also provides first class [support][editor-tools] for many source code editors.