Fix rb-sys version (#60)

This commit is contained in:
Jarosław Konik 2025-05-27 17:55:13 +00:00 committed by GitHub
parent 450962b1d0
commit c6bdfb1400
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ mlua = { version = "0.9.8", features = [
"send", "send",
], optional = true } ], optional = true }
magnus = { version = "0.7.1", 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" crossbeam-channel = "0.5.15"
libc = "0.2.172" libc = "0.2.172"