summaryrefslogtreecommitdiff
path: root/NEWS.md
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 /NEWS.md
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 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 71b6dee42f..95ab936534 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -367,7 +367,7 @@ The following deprecated APIs are removed.
### YJIT
* Support arm64 / aarch64 on UNIX platforms.
-* Building YJIT requires Rust 1.58.1+. [[Feature #18481]]
+* Building YJIT requires Rust 1.58.0+. [[Feature #18481]]
* Physical memory for JIT code is lazily allocated. Unlike Ruby 3.1,
the RSS of a Ruby process is minimized because virtual memory pages
allocated by `--yjit-exec-mem-size` will not be mapped to physical