From: Alan Wu Date: Mon, 5 May 2025 15:30:29 +0000 (+0900) Subject: ZJIT: Use 2024 edition for rustc-only release builds X-Git-Url: https://repo.or.cz/ruby.git/commitdiff_plain/4621feb677b1f1f490e675bc122cf7cffd1a3da1 ZJIT: Use 2024 edition for rustc-only release builds --- diff --git a/common.mk b/common.mk index 7337f8ad62..1869a394b3 100644 --- a/common.mk +++ b/common.mk @@ -349,7 +349,7 @@ YJIT_RUSTC_ARGS = --crate-name=yjit \ ZJIT_RUSTC_ARGS = --crate-name=zjit \ --crate-type=staticlib \ - --edition=2021 \ + --edition=2024 \ -g \ -C lto=thin \ -C opt-level=3 \