summaryrefslogtreecommitdiff
path: root/yjit
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-11-21 10:27:39 -0800
committerGitHub <noreply@github.com>2022-11-21 10:27:39 -0800
commit607fb49dbcf9fa24d53c3609ac4e8cba4c0fb8bb (patch)
tree30c46103fde19cd53c9f2bf9caa8018b26bd12a9 /yjit
parent09423876f9191a73ab428dc27eb5c436105048db (diff)
YJIT: Lower the required Rust version from 1.58.1 to 1.58.0 (#6780)
Notes
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
Diffstat (limited to 'yjit')
-rw-r--r--yjit/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit/Cargo.toml b/yjit/Cargo.toml
index d7d96d5799..6b6f12be46 100644
--- a/yjit/Cargo.toml
+++ b/yjit/Cargo.toml
@@ -6,7 +6,7 @@
name = "yjit"
version = "0.1.0" # YJIT version
edition = "2021" # Rust 2021 edition to compile with
-rust-version = "1.58.1" # Minimally supported rust version
+rust-version = "1.58.0" # Minimally supported rust version
publish = false # Don't publish to crates.io
[lib]