We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
path
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo publish gets mad at "cyclic" dependencies due to dev-dependencies.
cargo publish
The github issue (rust-lang/cargo#4242) claims that if you use path dependencies, they will be automatically ignored.
spacetimedb-*
The text was updated successfully, but these errors were encountered:
I think we should do this quickly if it is, in fact, tiny.
Sorry, something went wrong.
Took maybe ~45 minutes all told
bfops
Successfully merging a pull request may close this issue.
cargo publish
gets mad at "cyclic" dependencies due to dev-dependencies.The github issue (rust-lang/cargo#4242) claims that if you use
path
dependencies, they will be automatically ignored.Definition of "Done"
spacetimedb-*
dev-dependencies that are notpath
dependenciesspacetimedb-*
dev-dependencies to bepath
dependenciesThe text was updated successfully, but these errors were encountered: