From 607fb49dbcf9fa24d53c3609ac4e8cba4c0fb8bb Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 21 Nov 2022 10:27:39 -0800 Subject: YJIT: Lower the required Rust version from 1.58.1 to 1.58.0 (#6780) --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS.md') 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 -- cgit v1.2.3