Skip to content

Commit

Permalink
build(bindings/ruby): fix compile rb-sys on Apple M1 (#2451)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun authored Jun 12, 2023
1 parent cf8bb75 commit b1bb7b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/ruby/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ name = "opendal_ruby"
[dependencies]
magnus = { version = "0.5", features = ["bytes-crate"] }
opendal.workspace = true
rb-sys = { version = "0.9.72", default-features = false }
rb-sys = { version = "0.9.77", default-features = false }

[build-dependencies]
rb-sys-env = "0.1.2"

0 comments on commit b1bb7b9

Please sign in to comment.