Skip to content

Commit c6bdfb1

Browse files
authored
Fix rb-sys version (#60)
1 parent 450962b commit c6bdfb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ mlua = { version = "0.9.8", features = [
3232
"send",
3333
], optional = true }
3434
magnus = { version = "0.7.1", optional = true }
35-
rb-sys = { version = "*", default-features = false, features = ["link-ruby", "ruby-static"], optional = true }
35+
rb-sys = { version = "0.9", default-features = false, features = ["link-ruby", "ruby-static"], optional = true }
3636
crossbeam-channel = "0.5.15"
3737
libc = "0.2.172"
3838

0 commit comments

Comments
 (0)