ZJIT: Use 2024 edition for rustc-only release builds
authorAlan Wu <[email protected]>
Mon, 5 May 2025 15:30:29 +0000 (6 00:30 +0900)
committerAlan Wu <[email protected]>
Mon, 5 May 2025 16:04:59 +0000 (6 01:04 +0900)
common.mk

index 7337f8a..1869a39 100644 (file)
--- 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 \