summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Wu <[email protected]>2025-02-20 18:01:08 -0500
committerTakashi Kokubun <[email protected]>2025-04-18 21:52:59 +0900
commite5d4769bc5266fa6f3e50fc629aa0a3e99df856a (patch)
tree14f2c6b78cf67dbe4e47407b2bd149938cd73b24
parent949ef70c5deb2c068619a0643f6cc43a7aa08114 (diff)
Bump to Rust 1.85.0, 2024 edition
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/13131
-rw-r--r--zjit/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/zjit/Cargo.toml b/zjit/Cargo.toml
index 39a080697d..710f67dfd7 100644
--- a/zjit/Cargo.toml
+++ b/zjit/Cargo.toml
@@ -1,8 +1,8 @@
[package]
name = "zjit"
version = "0.0.1"
-edition = "2021" # Rust 2021 edition to compile with
-rust-version = "1.77.0" # Minimally supported rust version
+edition = "2024" # Rust 2021 edition to compile with
+rust-version = "1.85.0" # Minimally supported rust version
publish = false # Don't publish to crates.io
[lib]