Skip to content

Commit

Permalink
Cargo.toml cleanup and added 'link-ruby' feature.
Browse files Browse the repository at this point in the history
- `link-ruby` to force linking to libruby.
- Removed all `embed` features (I copied magnus approach and it came
  with it).
  • Loading branch information
goyox86 committed Jul 28, 2023
1 parent 14b64cc commit 41e7625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = "MIT"
build = "build.rs"

[features]
embed = ["rb-sys/link-ruby"]
link-ruby = ["rb-sys/link-ruby"]
ruby-static = ["rb-sys/ruby-static"]
no-link = [] # noop, for backwards compatibility.

Expand All @@ -27,7 +27,7 @@ rb-sys = { git = "https://github.com/oxidize-rb/rb-sys.git", features = [
] }

[dev-dependencies]
rutie = { path = ".", features = ["embed"] }
rutie = { path = "." }
rb-sys-env = { version = "0.1" }
rb-sys-test-helpers = { git = "https://github.com/oxidize-rb/rb-sys.git" }
lazy_static = "1.4.0"
Expand Down

0 comments on commit 41e7625

Please sign in to comment.