From c6bdfb14009fa1c910d1a630fd86f3bc4461456a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Konik?= Date: Tue, 27 May 2025 17:55:13 +0000 Subject: [PATCH] Fix rb-sys version (#60) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb3e3c3..71cc86f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ mlua = { version = "0.9.8", features = [ "send", ], optional = true } magnus = { version = "0.7.1", 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"