diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/contributing/building_ruby.md | 2 | ||||
-rw-r--r-- | doc/yjit/yjit.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing/building_ruby.md b/doc/contributing/building_ruby.md index 33ed732a2b..469c9d8361 100644 --- a/doc/contributing/building_ruby.md +++ b/doc/contributing/building_ruby.md @@ -18,7 +18,7 @@ * libffi * libyaml * libexecinfo (FreeBSD) - * rustc - 1.58.1 or later (if you wish to build [YJIT](/doc/yjit/yjit.md)) + * rustc - 1.58.0 or later (if you wish to build [YJIT](/doc/yjit/yjit.md)) 3. Checkout the CRuby source code: 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. |