summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
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 \