From d2b7412df695c518dacd0e819591c60c5ffd4153 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Sun, 22 Feb 2026 23:23:04 +0100 Subject: [PATCH] Specify rb-sys version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index baa8d90..3d582ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ mlua = { version = "0.9.8", features = [ "send", ], optional = true } magnus = { version = "0.8.2", optional = true } -rb-sys = { version = "*", default-features = false, features = ["link-ruby", "ruby-static"], optional = true } +rb-sys = { version = "0.9", default-features = false, features = ["link-ruby", "ruby-static"], optional = true } crossbeam-channel = "0.5.15" libc = "0.2.172"