summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-08-31 17:16:29 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2022-08-31 17:16:29 -0700
commita0d2320f30109bbfcb36d3ece1c67cad2f08541c (patch)
tree546c5c85bf667f8374c74db3d0548b3a91dceebd
parent811ca75f3bdea4fb6d8271d848f3b79f20432880 (diff)
Add a document about YJIT's Rust version
-rw-r--r--doc/yjit/yjit.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md
index f13fa027b9..0bd222cacd 100644
--- a/doc/yjit/yjit.md
+++ b/doc/yjit/yjit.md
@@ -58,6 +58,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).
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.