summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zjit/Cargo.toml2
-rw-r--r--zjit/build.rs2
2 files changed, 1 insertions, 3 deletions
diff --git a/zjit/Cargo.toml b/zjit/Cargo.toml
index b6ced02360..2bf48b7148 100644
--- a/zjit/Cargo.toml
+++ b/zjit/Cargo.toml
@@ -2,7 +2,7 @@
name = "zjit"
version = "0.0.0"
edition = "2021" # Rust 2021 edition to compile with
-rust-version = "1.58.0" # Minimally supported rust version
+rust-version = "1.77.0" # Minimally supported rust version
publish = false # Don't publish to crates.io
[lib]
diff --git a/zjit/build.rs b/zjit/build.rs
index 0f2df23522..7fea011091 100644
--- a/zjit/build.rs
+++ b/zjit/build.rs
@@ -1,5 +1,3 @@
-//! this links against libruby.a
-//! workaround for https://github.com/rust-lang/cargo/issues/1581#issuecomment-1216924878
fn main() {
// TODO search for the .a. On else path, print hint to use make instead
let ruby_build_dir = "/Users/alan/ruby/build-O0";