Conversation
vinistock
reviewed
Feb 2, 2026
rust/ruby-rbs/Cargo.toml
Outdated
|
|
||
| [dependencies] | ||
| ruby-rbs-sys = { path = "../ruby-rbs-sys" } | ||
| ruby-rbs-sys = "0.1" |
There was a problem hiding this comment.
FWIW, you can still use the path and somehow cargo figures it out (see prism).
Contributor
There was a problem hiding this comment.
Thanks to this comment I was finally able to find the documentation that states crates.io does not allow packages to be published with dependencies on code outside of crates.io.
And that is why path will work locally but fall back to version when published.
Morriar
reviewed
Feb 3, 2026
| description = "Low-level FFI bindings for RBS -- the type signature language for Ruby programs" | ||
| homepage = "https://github.com/ruby/rbs" | ||
| repository = "https://github.com/ruby/rbs.git" | ||
| readme = "../../README.md" |
Contributor
There was a problem hiding this comment.
@alexcrocha we should add a README dedicated to the crate and how to use it. Right now we're using the root README which is not super relevant in the context of the crate: https://crates.io/crates/ruby-rbs
Contributor
There was a problem hiding this comment.
👍 I'll create an issue to work on it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.