Skip to content

Commit

Permalink
Added the 'no-link' Cargo feature flag for backwards compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
goyox86 committed Feb 23, 2023
1 parent c8939c9 commit 236e1f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build = "build.rs"
[features]
embed = ["rb-sys/link-ruby"]
ruby-static = ["rb-sys/ruby-static"]
no-link = [] # noop, for backwards compatibility.

[dependencies]
libc = "0.2.121"
Expand Down

0 comments on commit 236e1f8

Please sign in to comment.