Add a document about YJIT's Rust version

This commit is contained in:
Takashi Kokubun 2022-08-31 17:16:29 -07:00
parent 811ca75f3b
commit a0d2320f30
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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.